Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

rubuy-74/feup-comp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler Project

This project is a compiler implementation for a custom programming language, developed as part of the COMP2025 course at FEUP.

Contributions

  • Rubem Neto (202207086) - 33%
  • Diogo Martins (201706546) - 33%
  • Valter Campos (202207944) - 33%

Functionalities

All the necessary functionalities required were implemented:

  • Parsing and Semantic Analysis
  • OLLIR code generation and optimizations
    • Constant Folding
    • Constant Propagation
    • Register Allocation
  • Jasmin code generation and optimizations
    • Use of const_x and iload_x for faster loads
    • Use of iinc for fast increment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages