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
Basic compiler training project. The program was written in C++, it reads a text
file and performs a basic analysis of the grammar, syntax and semantics of the C
language.
Lexical analysis
Syntatic analysis
About
The program was written in C++, it reads a text file and performs a basic analysis of the grammar, syntax and semantics of the C language.