Skip to content

sanketyd/CS335

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java to x86 Compiler

Compiler for java to x86 using python as implementation language as part of CS335(Compilers) course offered at IITK.

Members:

* Abhisek Panda 
* Sanket 
* Raktim Mitra 

The entire project is divided into 4 assignments:

* asgn1: Lexers
* asgn2: Reading 3-Address code and producing its x86 equivalent
* asgn3: Custom Grammar for java
* asgn4: Producing Intermediate Representation while parsing using attributes

The Final_project directory contains the completed project, which combined all aspects of previous assignments to produce a pretty good compiler.

About

For Compilers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages