mirror of
https://github.com/Fluffy-Bean/GoLox.git
synced 2026-03-09 16:43:32 +00:00
the Lox language interpreter written in Go
- Go 100%
| 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