asad82 / Lexical-Syntax-Semantic-Analyzer

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 errors in it. A graphical display shows the complete details of each individual stage of the compilation process comprehensively.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lexical-Syntax-Semantic-Analyzer

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 errors in it. A graphical display shows the complete details of each individual stage of the compilation process comprehensively.

About

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 errors in it. A graphical display shows the complete details of each individual stage of the compilation process comprehensively.

License:MIT License


Languages

Language:C++ 98.5%Language:C 1.5%