JacobCrabill/monkey-lang
An implementation of the Monkey programming language in Zig
An implementation of the Monkey programming language in Zig Following Thorsten Ball's "Writing An Interpreter in Go"
The lexer and parser are working to some extent; to run tests, do:
zig build test-lexer -fsummary
zig build test-parser -fsummary
Note: -fsummary
forces the test summary to be displayed; otherwise silence means success.