Skip to content

my attempt at following the jlox interpretation from crafting interpreters, but doing so in c++

Notifications You must be signed in to change notification settings

timkleintk/jlox-but-in-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jlox-but-in-cpp

A lox interpreter written in c++. I followed the jlox tutorial (chapters 4-13 from the crafting interpreters book) and translated the java code into c++. I am now in the stage of polishing, unit testing and fixing memory leaks.

This project was started to learn about designing and implementing a programming (scripting) language and to improve my c++ programming skills.

find out more about the lox language: https://craftinginterpreters.com/the-lox-language.html

About

my attempt at following the jlox interpretation from crafting interpreters, but doing so in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published