Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 24 days 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