Documentation
¶
Overview ¶
Package repl provides the structs and functions necessary to run REPL for Ghoten. The REPL allows experimentation of Ghoten interpolations without having to run a Ghoten configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Session ¶
type Session struct {
// Scope is the evaluation scope where expressions will be evaluated.
Scope *lang.Scope
}
Session represents the state for a single REPL session.
Click to show internal directories.
Click to hide internal directories.