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
Currently, in the tree_grammar implementation, a rule like:
Foo = Bar | Baz
requires Foo to be above the declarations of Bar and Baz. We should move all superclass declarations to the the top of the generated output, avoiding this problem.
The text was updated successfully, but these errors were encountered:
Currently, in the tree_grammar implementation, a rule like:
Foo = Bar | Baz
requires Foo to be above the declarations of Bar and Baz. We should move all superclass declarations to the the top of the generated output, avoiding this problem.
The text was updated successfully, but these errors were encountered: