A QT-based project that serves in creating a tiny compiler that receives a percept of sentences, break them down into tokens according to tiny language grammar, and performs syntax analysis on each group of tokens to validate its integrity.
Ability to detect comments, and errors; and evaluate their root cause:

The user is allowed to load samples | Enter sample manually by typing in the QTTextBox :
The compiler utilized in this implementation possesses advanced capabilities, akin to leading compilers employed globally, which allow it to not only identify but also display the generated errors. This feature enables developers to promptly detect and rectify any coding issues or inconsistencies. The compiler emulates the behavior of renowned compilers extensively utilized in the industry, ensuring compatibility and facilitating a smooth development process:
My tiny compiler also has the capability to generate a table of the valid parsed tokens:




