Project for TKOM lessons on EiTI department of WUT. Project implemented in C++ with Qt. Lexer and parser generated in ANTLR4 with C++ target. Created in 18L semester.
- grammar in .g4 file
- antlr4 runtime for c++
- catch2 Unit Test Framework
- classes generated by antlr4
- ast generation from tree created by antlr4 parser
- interpretation of statements
- C++11
- Qt
- antlr4 runtime (inside this project)
- catch2 Unit Test Framework (included in this code)
- Qt Cretor (not need, but easy to use)
Type qmake -makefile and then make to build app;
Program run as standalone desktop app. Program reads input from specially created command-line and perform actions .
Mateusz Wasiak


