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
But neither the parser generator (parse errors when parsing expressions), or the type reflector seem to support it (the reference symbols are still in the reified type).
The text was updated successfully, but these errors were encountered:
The reified type is supposed to still have the references in them, but the parser generator should resolve them during priority resolution, and then the right priorities are implemented without introducing a duplicate rule in the original grammar.
The syntax definition symbol
:label
(to refer to a production in syntax rule) is not supported.Example:
Now I should be able to modularly insert new productions into the priority hierarchy. Like so:
But neither the parser generator (parse errors when parsing expressions), or the type reflector seem to support it (the reference symbols are still in the reified type).
The text was updated successfully, but these errors were encountered: