Skip to content

Shri333/golox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golox

Tree-walk interpreter for the Lox programming language (based on Crafting Interpreters).

To build the interpreter (using a modern Go toolchain), run go build in the root directory of this repository. From there, run ./golox with the name of the Lox source file (or without a source file to start the REPL).

This interpreter is not fully compliant (does not exactly match the Java version).

Thank you Bob Nystrom for writing such an excellent book!

About

Lox tree-walk interpreter (Go)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages