This repo is a zig implementation of the Monkey Language interpreter described in the excellent Writing An Interpreter In Go book by Thorsten Ball
Current progress
- Lexing
- Parsing
- Evaluation
- Extra
Install Zig
zig build
This repo is a zig implementation of the Monkey Language interpreter described in the excellent Writing An Interpreter In Go book by Thorsten Ball
Current progress
Install Zig
zig build