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

Implement symbol table and "variable not declared" error #26

Closed
lucas-oma opened this issue May 29, 2021 · 2 comments · Fixed by #31
Closed

Implement symbol table and "variable not declared" error #26

lucas-oma opened this issue May 29, 2021 · 2 comments · Fixed by #31
Labels
difficulty/easy enhancement New feature or request help wanted Extra attention is needed

Comments

@lucas-oma
Copy link
Owner

lucas-oma commented May 29, 2021

Implement symbol table and "variable not declared" error

Description:
An error message must be printed when a "variable not declared" or "variable not declared in scope" error occurs.
For now we will implement Panic-Mode Error Recovery. This can be upgraded in the future.

@lucas-oma lucas-oma added enhancement New feature or request help wanted Extra attention is needed labels May 29, 2021
@lucas-oma lucas-oma added this to the Alpha release milestone May 29, 2021
@lucas-oma lucas-oma assigned lucas-oma and unassigned lucas-oma Jun 1, 2021
@lucas-oma
Copy link
Owner Author

@Joaquinecc

@lucas-oma lucas-oma changed the title Implement "variable not declared" error Implement symbol table and "variable not declared" error Jun 1, 2021
@lucas-oma lucas-oma linked a pull request Jun 5, 2021 that will close this issue
lucas-oma added a commit that referenced this issue Jun 5, 2021
@lucas-oma
Copy link
Owner Author

🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty/easy enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant