shailpatels/writing_interpreter_zig
No description provided.
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