the Lox language interpreter written in Go
Find a file
2024-09-23 09:31:21 +01:00
scripts Initial commit 2024-09-22 17:50:20 +01:00
.gitignore readme, gitignore, examples, blah blah 2024-09-23 09:31:21 +01:00
go.mod Initial commit 2024-09-22 17:50:20 +01:00
main.go Initial commit 2024-09-22 17:50:20 +01:00
README.md readme, gitignore, examples, blah blah 2024-09-23 09:31:21 +01:00
scanner.go Initial commit 2024-09-22 17:50:20 +01:00
tokens.go Initial commit 2024-09-22 17:50:20 +01:00

My jlox interpreter program thing, following the CraftingInterpreters book, just written in Go instead