-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Description
whitespace = SPACE
| TAB
| LF
| VT
| FF
| CR
| FS
| GS
| RS
| US
Unfortunately, trying to parse these raises the question, 'Is there something I should know about"?
Please include these references (VT, FF, CR, FS, etc.) in the grammar. Otherwise I can't parse 'SPACE'... or 'TAB'.
Granted, these are easy additions on my end but it just doesn't work out-of-the-box.
Even if these were provided at this point, given the issue, the question is still raised unless I try to run the parser again... nothing should be implicit in an EBNF grammar file.
Thank you for the great work!
Metadata
Metadata
Assignees
Labels
No labels