joshinh / Compiler-Lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiler-Lab

Contains accumulated final code across six assignments for CS316: Implementation of Programming Laguages Lab at IIT Bombay. The repository contains code for scanner, parser, AST construction and intermediate code generation for a toy C-like programming language.

About


Languages

Language:C++ 74.3%Language:Yacc 24.1%Language:Lex 1.6%