mirror of
https://github.com/Fluffy-Bean/GoLox.git
synced 2025-10-30 12:40:27 +00:00
the Lox language interpreter written in Go
| scripts | ||
| .gitignore | ||
| go.mod | ||
| main.go | ||
| README.md | ||
| scanner.go | ||
| tokens.go | ||
My jlox interpreter program thing, following the CraftingInterpreters book, just written in Go instead