Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 350 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 350 Bytes

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.