- Parsing made with the help of flex and bison. The grammar is similar to the one showed here
- Syntax tree could be visualised in common/drawgraph submodule
- Typechecker bases on symbol table checking.
- After the typecheck syntax nodes are translated into assembly-like abstract language (IR)
- gcc-5.4, g++-5.4
- libgraphviz-dev
- flex
- bison