rahulkumdas / Mini-Compiler-project

This repo contain all the analysis phases of compiler implemented in c.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini-Compiler-project

  • 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

About

This repo contain all the analysis phases of compiler implemented in c.

License:Apache License 2.0


Languages

Language:C 91.2%Language:Lex 7.3%Language:Shell 1.5%