package
0.0.0-20241225150017-405c5eb50bb9
Repository: https://github.com/marcuscaisey/lox.git
Documentation: pkg.go.dev

# Functions

New constructs a new Interpreter with the given options.
WithREPLMode configures the interpreter to run in REPL mode.

# Structs

Interpreter is the interpreter for the language.

# Type aliases

Option can be passed to New to configure the interpreter.