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

First pull request. #19

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

Conversation

matcom-chacha
Copy link

Testing.

matcom-chacha and others added 30 commits October 14, 2020 10:00
Still needs a tokenizer.
Strings have'nt been tested since current tokenizer doesnt recognizes it
Another sweep for the ast.
Collects the types of variables and conforms a set.
The set of a variable with type AUTO_TYPE is formed by all existent
 types in context
Case and Call nodes are not implemented.
Some of the implemented nodes still need to be tested.
Modify src/type_builder.py to catch all semantic errors.
tset property in methods is now an actual Tset instead of a set with
the method's return types.
Added a few more tests.
@jpconsuegra
Copy link
Collaborator

Evaluación

  • Amalia Ibarra Rodríguez
  • Gabriela B. Martínez Giraldo
  • Sandra Martos Llanes

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

Comentarios

  • Implementaron el generador de parser.
  • Resuelven el case generando todos los descendientes.
  • Siempre hacen boxing.

Nota final

Evaluación Nota
Final 2
Extraordinario 4

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.

5 participants