Skip to content

Afonso-Machado/Compiler-Java--

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

116 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler Project

This project aims to implement a compiler for a subset of Java, affectionately called Java--.

Project developed by:

Included Optimizations

Currently, the project includes the following optimization:

  • Register Allocation, using flag -r=n
  • Constant Propagation and Constant Folding, using flag -o
  • Short Circuting of Boolean Expressions (always active)

Member Contributions

All members of the group contributed equally to the project.

About

This project implements a compiler for a subset of Java, affectionately called Java--.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages