Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thatonebro/monkey-lang-interpreter

Following along with "Writing an Interpreter in Go", but in C
https://github.com/thatonebro/monkey-lang-interpreter

Last synced: 26 days ago
JSON representation

Following along with "Writing an Interpreter in Go", but in C

Awesome Lists containing this project

README

        

# Monkey language Interpreter
Following along with ["Writing an Interpreter in Go"](https://interpreterbook.com/), in C