Versions in this module Expand all Collapse all v0 v0.0.2 Aug 14, 2023 v0.0.1 May 22, 2023 Changes in this version + func AddCommand(symbol string, cmd Command) + type Command interface + Exec func(r *REPL, args ...string) + type REPL struct + func (r *REPL) Run()