Skip to content

Releases: dimashky/compiler

Second Semester Release

08 Jun 01:31
Compare
Choose a tag to compare

This is final Release for C# Compiler Project

First Semester

25 Mar 20:50
Compare
Choose a tag to compare
First Semester Pre-release
Pre-release

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.