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
This is because $sep isn't being produced for the double newline, because the comment zone swallows its newline character. I think it'd be best to try to reimplement the whitespace handling, and hopefully get rid of the need for a double newline.
ABNF allows comments using
;
as a delimiter to signal a comment to the end of the line.This seems to be supported inline in a rule; e.g., this works:
but if the comment is on the last line of a rule, it will fail; e.g., either of these forms:
The text was updated successfully, but these errors were encountered: