Mini c compiler with fully supported java-like interfaces & classes (Lexical, Syntax, Semantic) analysis.
Used tools : flex,bison, clang c compiler, vscode for code editing.
For running all tests position yourself to minic folder in terminal and type make test TEST="./tests/" or make det TEST="./tests/" to see outputs.