Skip to content
/ golox Public

A full go implementation of craftinginterpreters' interpreter

Notifications You must be signed in to change notification settings

d4x1/golox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8591aa0 · Sep 29, 2022

History

13 Commits
Sep 29, 2022
Sep 29, 2022
Sep 29, 2022
Sep 25, 2022
Sep 25, 2022
Sep 25, 2022
Sep 25, 2022
Sep 29, 2022
May 8, 2022
Sep 29, 2022
Sep 29, 2022
Sep 29, 2022
Sep 29, 2022
Sep 29, 2022
Sep 25, 2022
Sep 21, 2022
Sep 29, 2022
Sep 29, 2022
Sep 29, 2022
Sep 25, 2022
Sep 25, 2022
May 8, 2022
Sep 29, 2022
Sep 25, 2022
Sep 29, 2022
Sep 25, 2022

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