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 semantic analysis stage #16

Open
8 tasks
JonasMuehlmann opened this issue Feb 11, 2022 · 0 comments
Open
8 tasks

Implement semantic analysis stage #16

JonasMuehlmann opened this issue Feb 11, 2022 · 0 comments

Comments

@JonasMuehlmann
Copy link
Owner

  • Detect shadowing variables
  • Detect assignment to function/procedure
  • Detect call to variable
  • Detect evaluation of procedure
  • Detect use-before-definition
  • Detect use in wrong scope
  • Detect redifinitions
  • Detect missing or double main function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant