the project is to create a simple LL-based C compiler. The idea is to make it without use of such tools like bison or yacc to achieve simplicity in the source code. The language selected to be the GNU C++ as well as the OOP paradigm for a better structure.