Versions in this module Expand all Collapse all v0 v0.2.4 Mar 22, 2023 Changes in this version + const MACHINE_INTERVAL + var DEBUG = "" + var SIZE_POLLING_INTERVAL = 10 * time.Millisecond + type Handler interface + Eval func(buffer string) string + Prompt func() string + Tab func(buffer string) string + type Repl struct + func NewRepl(handler Handler) *Repl + func (r *Repl) Loop() error + func (r *Repl) MakeRaw() error + func (r *Repl) Quit() + func (r *Repl) ReadLine(echo bool) string + func (r *Repl) UnmakeRaw()