Documentation
¶
Overview ¶
src/repl/repl.go
Index ¶
- Constants
- func ProcessFile(filePath string, out io.Writer, env *object.Environment) error
- func ProcessFileWithDebug(filePath string, out io.Writer, env *object.Environment, ...) error
- func Start(in io.Reader, out io.Writer, env *object.Environment)
- func StartWithDebug(in io.Reader, out io.Writer, env *object.Environment, ...)
Constants ¶
View Source
const ODINS_EYE = `` /* 4951-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
func ProcessFile ¶
ProcessFile reads, parses, and evaluates a Carrion source file
func ProcessFileWithDebug ¶ added in v0.1.6
func ProcessFileWithDebug(filePath string, out io.Writer, env *object.Environment, debugConfig *debug.Config) error
ProcessFileWithDebug reads, parses, and evaluates a Carrion source file with debug output
func StartWithDebug ¶ added in v0.1.6
func StartWithDebug(in io.Reader, out io.Writer, env *object.Environment, debugConfig *debug.Config)
StartWithDebug begins the REPL with debug configuration
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.