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 d8050c1699 Add Scanner 1 year ago
lox Add Scanner 1 year ago
scanner Add Scanner 1 year ago
token Add Scanner 1 year ago
.gitignore Initialize project 1 year ago
README.md Initialize project 1 year ago
build.sh Add Scanner 1 year ago
go.mod Initialize project 1 year ago
main.go Initialize project 1 year ago

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