Skip to content
/ golox Public

A full go implementation of craftinginterpreters' interpreter

Notifications You must be signed in to change notification settings

d4x1/golox

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published