Skip to content

vishnusreddy/mini-cpp-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mini-cpp-compiler

Overview

This is a mini compiler that compiles c++ files. We have made use of lex(flex) and yacc(bison) to implement this. This compiler can handle if, if else, else, while and for loop constructs. It also performs error reporting without stopping as soon as it finds an error.

How to Run This?

There is more information on how to run this in each of the folders, please refer to them.

Team Members

  1. Vishnu S Reddy
  2. Keshav Raju
  3. Ishan Padhy

About

A mini compiler for C++ built with flex and bison. Built as a part of the Compiler Design course at PES University.

Resources

Stars

Watchers

Forks

Contributors

Languages