-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Declaration AST placement #1602
Comments
Currently, we place a declaration both on the AST property |
Yes, the ast should always be a tree. If it has more connections this can break several things, in the worst case lead to cycles in some algorithms |
Also for this discussion: Currently we model a |
This just came back to haunt me in #2004 and needs a solution :( The current implementation basically prevents us from having EOGs of nested functions, but if we do it correctly everything else fails because we assume things in the tests that are simply not "true", e.g., that a record declaration has |
This is just a reminder to a discussion between @oxisto and myself: 9d02f6c
The text was updated successfully, but these errors were encountered: