An open API service indexing awesome lists of open source software.

https://github.com/peter-roh/monkey_lang

Learning how to make an interpreter in zig.
https://github.com/peter-roh/monkey_lang

interpreter thorstenball zig

Last synced: 3 months ago
JSON representation

Learning how to make an interpreter in zig.

Awesome Lists containing this project

README

        

# monkey lang

Learning how to make an interpreter in zig.

## Reference

**Writing an Interpreter in Go** by Thorsten Ball