Skip to content

PhantomGrazzler/cpplox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpplox

CMake on multiple platforms

A Lox interpreter written in C++, based on Bob Nystrom's excellent book Crafting Interpreters. The associated GitHub repo for the book is https://github.com/munificent/craftinginterpreters.

Completed sections

Tree-walk interpreter

See cslox for the tree-walk interpreter written in C#.

Bytecode virtual machine

About

A Lox bytecode virtual machine written in C++

Topics

Resources

License

Stars

Watchers

Forks