Lox implementation in Golang
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 5eacc29825 Add global variables and environments 2 years ago
.task/checksum Add global variables and environments 2 years ago
ast Add global variables and environments 2 years ago
cmd Add global variables and environments 2 years ago
errors
interpreter Add global variables and environments 2 years ago
lox
parser Add global variables and environments 2 years ago
scanner
token
.gitignore
README.md
Taskfile.yml
go.mod

README.md

golox

Lox implementation in Golang

Build with:

go build -o bin/golox

Run with no arguments for prompt interpreter:

bin/golox

Or with script name for script execution:

bin/golox lox_script_name