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 Project on Compiler Design developed to understand how the compiler works. Main focus of this project is on the working of Syntactic Analysis. It is developed using the C language. To run this project. Open your linux terminal and type "gcc Compiler_Project.c" followed by "./a.out". Then enter the number of lines you want it to read. It re…