Software Engineer(JS) | Full Stack Developer(MERN) | Instructor | Blockchain learner
Stars
3
stars
written in C++
Clear filter
Implementation of the lexical, syntax and semantic analysis stages of a typical C/C++ compiler. The program is able to read a sample C/C++ code and process and analyze the source file to find error…
A lexical, syntax, and semantic analyzer.
This is an assignment work for my Compiler Construction course. It performs Lexical analysis on the source code. After identifying a sequence it calls Syntax analyzer. If syntax is correct it calls…