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
Arpeggio requires explicit first rule name. It can be assummed it is the first one - it is the usual convention. But that the user has to provide it is hardcoded in ParserPEG architecture (PEGVisitor is hardcoded), it cannot be changed nicely (without monkey-patching) without changes in arpeggio itself.
The text was updated successfully, but these errors were encountered:
Arpeggio requires explicit first rule name. It can be assummed it is the first one - it is the usual convention. But that the user has to provide it is hardcoded in ParserPEG architecture (PEGVisitor is hardcoded), it cannot be changed nicely (without monkey-patching) without changes in arpeggio itself.
The text was updated successfully, but these errors were encountered: