lox-go/README.md
2025-06-08 15:02:35 -04:00

8 lines
150 B
Markdown

# lox-go
a (currently incomplete) implementation of lox in golang
## todo
- [ ] finish implementation
- [ ] make better repl (see: [repl](./repl))