Skip to content
/ lox Public

A C++ implementation of the Lox language from the Crafting Interpreters book

Notifications You must be signed in to change notification settings

zanders3/lox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lox

A C++ implementation of the Lox language from the Crafting Interpreters book.

Build with cmake:

cmake .
make
./lox fib.lox

About

A C++ implementation of the Lox language from the Crafting Interpreters book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published