Skip to content

C++ interpreter for the Lox programming language.

License

Notifications You must be signed in to change notification settings

ThorNielsen/loxint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lox interpreter

This is a C++ implementation of the Lox programming language which is described in the book Crafting Interpreters by Bob Nystrom. I have written this interpreter as an exercise while following the book (to learn to write interpreters), so it's probably not production-quality code. All features (and some extra ones suggested in the book) are implemented. Compilation requires a C++11-compliant compiler.

About

C++ interpreter for the Lox programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages