Skip to content

An implementation of the Monkey programming language in Zig

License

Notifications You must be signed in to change notification settings

JacobCrabill/monkey-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monkey Interpreter in Zig

An implementation of the Monkey programming language in Zig Following Thorsten Ball's "Writing An Interpreter in Go"

Status

The lexer and parser are working to some extent; to run tests, do:

  • Lexer: zig build test-lexer -fsummary
  • Parser: zig build test-parser -fsummary

Note: -fsummary forces the test summary to be displayed; otherwise silence means success.

About

An implementation of the Monkey programming language in Zig

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages