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
mini-R compiler in C language going through the different phases of compilation, namely lexical analysis using the FLEX tool and syntactic-semantic analysis using the BISON tool, generation of intermediate code, optimization as well as the generation of machine code.