PurusharthAmrut / CompilerProject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiler-Construction

The project was built as a part of partial fulfillment of the course Compiler Construction in BITS Pilani.

It has been been implemented in a pipeline manner with stages consisting of:

  • Lexer
  • Parser
  • AST generation
  • Typechecking & Semantic Analysis

About


Languages

Language:C 99.6%Language:Makefile 0.4%