Versions in this module Expand all Collapse all v0 v0.1.2 Oct 15, 2025 v0.1.1 Sep 21, 2025 Changes in this version + type REPL struct + InFile io.Reader + OutFile io.Writer + func NewREPL(outFile io.Writer, inFile io.Reader) *REPL + func (r *REPL) Run() error