Ang : My Principle of Compiler Learning Path Contents a C++ Lexer a Grammar lexer and parser ...... Build Instructions: install cmake run following commands in a terminal: cd you_project_root mkdir build cd build cmake .. cmake --build . the output executables are in the bin folder