- Codes pertaining to projects for Compiler Design Lab for Course CO351 - Compiler Design Lab
- It comprised of four phases:
- Lexical Analyzer
- Parser
- Semantic Analyzer
- Intermediate Code Generation
rahulkumdas/Mini-Compiler-project
This repo contain all the analysis phases of compiler implemented in c.
CApache-2.0