Documentation
¶
Overview ¶
Package repl provides an interactive Read-Eval-Print Loop for Glyph.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type REPL ¶
type REPL struct {
// contains filtered or unexported fields
}
REPL provides an interactive programming environment for Glyph.
func (*REPL) GetEnvironment ¶
func (r *REPL) GetEnvironment() *interpreter.Environment
GetEnvironment returns the current REPL environment.
func (*REPL) GetInterpreter ¶
func (r *REPL) GetInterpreter() *interpreter.Interpreter
GetInterpreter returns the REPL interpreter.
Click to show internal directories.
Click to hide internal directories.