You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A compiler is divided into two broad sub-systems(Front End,Back End). Front End does Syntatic and Lexical Analysis to check the program syntatic correctness. It then generates Abstract Syntax Tree representation of the program upon which Back End does machine specific optimisation. This project involved developing Front End for Decaf programming…