Releases: dimashky/compiler
Releases · dimashky/compiler
Second Semester Release
This is final Release for C# Compiler Project
First Semester
In this release, the compiler are tested and it is ready to use for: lexical, syntax phase, and some semantic phase which is related to Symbols Table #2 .
The next step is to continue in semantic phase and build:
- AST.
- Type Checker.
- And After that is Code Generation Phase.