Skip to content

detectivekaktus/cplox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cplox

WARNING! THIS PROJECT IS STILL UNDER DEVELOPMENT.

Cplox is a Lox transpiler to JavaScript. It's written in C++ for educational purposes, while reading "Crafting Interpreters" book.

It features all thee Lox syntax features and types presented in the same book.