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
.
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
.