Go to file
Gareth Fleming 39d02b257e initial commit 2023-02-11 10:35:22 +00:00
scanner initial commit 2023-02-11 10:35:22 +00:00
README.md initial commit 2023-02-11 10:35:22 +00:00
go.mod initial commit 2023-02-11 10:35:22 +00:00
main.go initial commit 2023-02-11 10:35:22 +00:00
test.lox initial commit 2023-02-11 10:35:22 +00:00

README.md

golox

An implementation of the Lox interpreter in Golang.

Lox is the scripting language being built in Robert Nystrom's Crafting Interpreters book (https://craftinginterpreters.com).