Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 345 Bytes

File metadata and controls

7 lines (4 loc) · 345 Bytes

Mini c compiler

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.