nishikantparmariam / Simple-Compiler-in-C

A small compiler written in C using Flex and Bison that supports the following features - While loops, for loops, simple arithmetic expressions, array declaration and access. The compiler takes as input a program written in a custom language (like C) and generates assembly code that can run on MARS simulator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nishikantparmariam/Simple-Compiler-in-C Stargazers