m a n d y e d i

home tags

Crafting Interpreters - C++

# interpreters # C++

I decided that I am going to delve into interpreters so I can understand more deeply how programming languages work. More precisely script languages as I am working on an interpreter not a compiler (at least now :) ). I use a great tutorial to do this and to gain maximum knowledge I also answer to the given questions or do the challenges after every chapters. The tutorial’s full source code is also available here. I am going to implement the interpreter in C++ and publish it in my craftinginterpreters-cpp github project.

Comments