Skip to content

Compiler for the Lox Programming language written in C++

Notifications You must be signed in to change notification settings

TobiPristupin/lox-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my implementation of the Lox compiler following the Crafting Interpreters book. The implementation differs quite a bit from the book's, mainly because I am using C++ instead of C, and also because I already wrote an interpreter in C++ for Lox, so some code is borrowed from there.

About

Compiler for the Lox Programming language written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published