Skip to content
/ glox Public

Lox tree-walk interpreter in Crafting Interpreters.

License

Notifications You must be signed in to change notification settings

wdwang09/glox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glox

Using Go to write the Lox interpreter in Crafting Interpreters.

Details are in Part II of the book.

Usage:

go build .

After building, you can get an executable file (glox or glox.exe).

./glox
./glox code.lox

About

Lox tree-walk interpreter in Crafting Interpreters.

Resources

License

Stars

Watchers

Forks