package
0.0.0-20241225150017-405c5eb50bb9
Repository: https://github.com/marcuscaisey/lox.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# 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.