Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cool-compiler #54

Open
wants to merge 487 commits into
base: master
Choose a base branch
from
Open

cool-compiler #54

wants to merge 487 commits into from

Conversation

adrian13579
Copy link

No description provided.

rodrigo-pino and others added 30 commits February 22, 2022 11:17
Remove Param, Local, and Arg instructions. They are now kept track by parent nodes accordingly.
Move helper function from ast module to visitor
Minor bug fixing
Fix many bugs that always casused missmatch in user defined variables and and its ccil counter parts

Add track of ccil and cool names

Add new translations to Int String and Bool

Other minor bugs and refactoring
@jpconsuegra
Copy link
Collaborator

Evaluación

  • Rodrigo D. Pino Trueba
  • Adrián Rodríguez Portales

Requisitos mínimos (3)

  • El proyecto pasa todos los tests
  • El informe existe y explica el uso del compilador y la arquitectura básica

Requisitos intermedios (4)

  • Se implementaron las fases de chequeo semántico de forma separada y utilizando patrones adecuados
  • La arquitectura del compilador está organizada de forma coherente y mantenible

Requisitos extra (5)

  • Se implementaron las fases de generación de código intermedio y código objeto con patrones adecuados
  • Se resolvieron los problemas de representación de objetos en memoria e invocación de métodos virtuales de forma eficiente
  • Se resolvieron los problemas de boxing/unboxing de forma eficiente
  • Se resuelve el case de forma eficiente

Extra

  • Implementan SELF_TYPE
  • Implementan AUTO_TYPE

Comentarios

  • Siempre hacen boxing a los tipos por valor.
  • No resuelven el case eficientemente.

Nota final

Evaluación Nota
Final 2
Extraordinario 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants