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

Separar la creación y la evaluación del AST #3

Open
CrysoK opened this issue Sep 4, 2024 · 0 comments
Open

Separar la creación y la evaluación del AST #3

CrysoK opened this issue Sep 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@CrysoK
Copy link
Owner

CrysoK commented Sep 4, 2024

Creo que el analizador sintáctico generado por Bison solo debería encargarse de construir el AST. Actualmente la evaluación del mismo se encuentra en parser.y. La propuesta es trasladar la evaluación a main.c.

Problema 1: actualmente yyparse retorna recién al analizar todo el archivo o finalizar el intérprete. El modo REPL necesita el AST de cada línea. ¿Se puede implementar sin modificar la gramática?

@CrysoK CrysoK added the enhancement New feature or request label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant