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

separate the symbol table and the ast visitors in the sema... #63

Open
felixangell opened this issue Apr 4, 2018 · 1 comment
Open
Labels
a-sema p-high high priority

Comments

@felixangell
Copy link
Owner

this causes some awkward code in the sema phase

@felixangell
Copy link
Owner Author

to elaborate... the visitor handles the symbol table pushing/tracking which makes things very awkward and this isnt really what the visitor should do because some analyzers that implement this dont care about the sym table

@felixangell felixangell added a-sema p-high high priority labels Apr 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-sema p-high high priority
Projects
None yet
Development

No branches or pull requests

1 participant