the Lox language interpreter written in Go
Find a file
2024-09-23 12:34:53 +01:00
scripts Find keywords 2024-09-23 12:34:17 +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 Chapter 2 2024-09-23 09:32:55 +01:00
README.md readme, gitignore, examples, blah blah 2024-09-23 09:31:21 +01:00
scanner.go oops 2024-09-23 12:34:53 +01:00
tokens.go Find keywords 2024-09-23 12:34:17 +01:00

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