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

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: about 1 year 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