d4x1 / golox

A full go implementation of craftinginterpreters' interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golox

A full go implementation of craftinginterpreters's tree-walk interpreter (chapter4 - 13).

How to use it

sh test.sh can run all test cases. Put your lox codes(language spec) into simple.lox and run it with sh build.sh && ./main simple.lox.

About

A full go implementation of craftinginterpreters' interpreter


Languages

Language:Go 99.0%Language:Shell 1.0%