You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the order of declaration (@node, @word, @ParaNode etc...) matter : if a node depends to a foward declared node, the parser will return an error.
The goal is make the parser support disordered declaration.
This will implies adding an extra step of contextual check on the AST. This new pass goal will be to build the dependency tree between PathTree. That dependency tree will be then used by the check_* contextual pass to perform the checking on Identifier AST.
The text was updated successfully, but these errors were encountered:
At the moment, the order of declaration (@node, @word, @ParaNode etc...) matter : if a node depends to a foward declared node, the parser will return an error.
The goal is make the parser support disordered declaration.
This will implies adding an extra step of contextual check on the AST. This new pass goal will be to build the dependency tree between PathTree. That dependency tree will be then used by the check_* contextual pass to perform the checking on Identifier AST.
The text was updated successfully, but these errors were encountered: