Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kyosu-1/monkey

writing an interpreter in go
https://github.com/kyosu-1/monkey

go interpreter

Last synced: 26 days ago
JSON representation

writing an interpreter in go

Awesome Lists containing this project

README

        

# monkey
interpreter in go

# impl

* 字句解析木
* 構文解析木
* 抽象構文木(AST)
* 評価器

# ref

[Go言語で作るインタプリタ](https://www.oreilly.co.jp/books/9784873118222/)