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
It seems that colonpair_str returns what I guess to be a PCT node instead of a string for the :b['c'] syntax. To expand the terse example in the title:
It seems that colonpair_str returns what I guess to be a PCT node instead of a string for the
:b['c']syntax. To expand the terse example in the title:generates the following PIR
This may seem somewhat cosmetic, but this also affects grammars, so the following from nom's setting:
generates:
Which means that it doesn't match what it should.
The text was updated successfully, but these errors were encountered: