Current version implements all before IRTree:
- Lexical Analysis
- Syntax Analysis
- Create Abstract Syntax Tree (AST)
- Build Symbols Table and use it for type checking
This project is a C++ implementation of a compiler described here.
This project is a part of a course in MIPT and is implemented by: