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

https://github.com/0xkibh/macaque

interpreter in go
https://github.com/0xkibh/macaque

Last synced: 9 months ago
JSON representation

interpreter in go

Awesome Lists containing this project

README

          

## Macaque - Interpreter in Go

Writing Interpreter in Go to understand about the underhood working of the intepreter and compiler.

Inspired from : [_Writing an Interpreter in Go_](https://interpreterbook.com/) by Thorsten Ball