Writing An interpreter in Zig

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

Building

Install Zig

zig build