Golang implementation of a basic tree walk interpreter.
Find the binaries for windows, linux and macos under the releases section.
https://craftinginterpreters.com/
- Scanner
- Representing Code
- Parsing Expressions
- Evaluating Expressions
- Statements and State
- Control Flow
- Functions
- Resolving and Binding
- Classes
- Inheritance