Skip to content

Learning how to write a interpreter in C++, using the book "Crafting Interpreters"

Notifications You must be signed in to change notification settings

cesarvr/interpreter

Repository files navigation

Writing A Simple Lox Interpreter In C++

Just learning about programming language theory and implementation by following the steps of the "Crafting Interpreters" book.

Tests

In order to make this easier I just following a test driven approach here.

To build the project and run the test first get cmake using:

 brew install cmake

And then run cmake and make:

cmake . # On the root folder.
make 

I'm using the catch2 test framwork to generate a test binary that you can run using:

./lox_test

About

Learning how to write a interpreter in C++, using the book "Crafting Interpreters"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published