A full go implementation of craftinginterpreters's tree-walk interpreter (chapter4 - 13).
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.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A full go implementation of craftinginterpreters's tree-walk interpreter (chapter4 - 13).
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.