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
Developed a compiler generator for compiling a simple C-like language into MIPS assembly. Front-end includes a scanner generator & an LL-1 parser generator. Back-end includes an IR generator & an code generator instance.