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

https://github.com/seng3694/monkey

Implementation of the "Monkey" language interpreter
https://github.com/seng3694/monkey

go golang interpreterbook monkey monkey-lang monkey-language monkeylang

Last synced: 10 months ago
JSON representation

Implementation of the "Monkey" language interpreter

Awesome Lists containing this project

README

          

# monkey

Implementation of the "Monkey" language interpreter by following the book [Writing a Compiler in Go][1] by Thorsten Ball.

[1]:https://compilerbook.com/