- Implementation of lox language & interpreter using Golang
- Tree-walk interpreter
- Reference: Crafting Interpreters
go run main.go
go run main.go test/hello.lox
- 230729: Add inheritance (Chapter13)
- 230715: Add class (Chapter12)
- 230618: Add resolver (Chapter11)
- 230603: Add function (Chapter10)
- 230525 Add while and for loop(Chapter9)
- 230523: Add statement and state(Chapter8)
- 230506: Add interpreter(Chapter7)
- 230430: Add parser(Chapter6)
- 230414: Add scanner(Chapter4) - restart