command
Version:
v0.0.0-...-405c5eb
Opens a new window with list of versions in this module.
Published: Dec 25, 2024
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Golox
Golox is a Go implementation of the Lox programming language.
Installation
go install github.com/marcuscaisey/lox/golox@latest
Usage
Usage: golox [options] [script]
Options:
-c string
Program passed in as string
-p Print the AST only
If no script is provided, a REPL is started, otherwise the supplied script is executed.
Documentation
¶
Entry point for the golox interpreter.
Source Files
¶
Directories
¶
Package interpreter implements an interpreter of Lox programs.
|
Package interpreter implements an interpreter of Lox programs. |
Click to show internal directories.
Click to hide internal directories.