Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 536 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 536 Bytes

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