Welcome to the C++ Implementation of CookeyLang! This is the ideal interpreter we want at the end of our goals.
All the code can be found in CookeyLangInterpreter
folder (much as visual studio's style), and they are organized into different files.
Happy coding!
Make sure you compile with at least /std:c++14
. For linux users,
g++ *.cpp -std=c++14 -o CookeyLangInterpreter