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
Pappy allows the grammar designer to attach predicates to individual rules or choices that may cause the match to fail. This can potentially violate the linear parse-time guarantee, but is incredibly useful in handling instances like user-defined delimiters (e.g. xml, heredocs).
The text was updated successfully, but these errors were encountered:
Pappy allows the grammar designer to attach predicates to individual rules or choices that may cause the match to fail. This can potentially violate the linear parse-time guarantee, but is incredibly useful in handling instances like user-defined delimiters (e.g. xml, heredocs).
The text was updated successfully, but these errors were encountered: