top of page

C- Compiler
I am pleased to present my C- Compiler—a significant accomplishment in the realm of computer science!
Built Using Flex and Bison!
Flex and bison are chosen for my compiler due to their efficiency in breaking down "C-" code. Flex excels in tokenization, ensuring a streamlined lexical analysis, while bison accurately parses syntax and generates an Abstract Syntax Tree (AST). This combination provides a reliable and customizable solution for creating compilers, allowing for precise code interpretation, flexibility in handling language nuances, and proven reliability in the development community.
The Steps of the Compiler:
Lexer
Parser
Symbol Table
Semantic Analysis
IR Code Generation
Code Optimization
Code Generation
Supports Variables and Functions!
Supports Logic Decisions!
The Importance of Compiler Optimization!
bottom of page
