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 -fsummaryzig build test-parser -fsummaryNote: -fsummary forces the test summary to be displayed; otherwise silence means success.