Skip to content
/ lox Public

Interpreter implementations for the Lox language

License

Notifications You must be signed in to change notification settings

ltungv/lox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interpreters for the Lox programming language, a language created for the book Crafting Interpreters. Visit Appendix 1 for an overview of the language and the author's Github repository to see the original implementations.

glox (go) contains the implementation of the first interpreter described in the book.

rlox (rust) contains the implementation of the second interpreter described in the book.