Skip to content

An implementation of jlox & clox in C++ following along with Robert Nystrom's book, Crafting Interpreters.

Notifications You must be signed in to change notification settings

apoorvaparajuli0/cpplox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An implementation of jlox & clox in C++ following along with Robert Nystrom's book, Crafting Interpreters

Supported Features

The jlox implementation has no additional features from what was mentioned in the book, it's pure lox as specified.

The clox implementation is a work in progress and I'm planning on implementing the challenge features that I had previously implemented in jlox there, as well as whatever is specified in the upcoming challenges.

About

An implementation of jlox & clox in C++ following along with Robert Nystrom's book, Crafting Interpreters.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published