-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hello
I have this dimple peg grammar:
STRING_ESCAPE_SEQ <- '\\\'' / '\\\\' / '\\0' / '\\b' / '\\n' / '\\r' / '\\t' / '\\f' / ( '\\' 'u' HEX_DIGIT{4} ) / ( '\\' 'U' HEX_DIGIT{8} )
HEX_DIGIT <- [0-9A-Fa-f]
When I try to validate a simple file I get this message:
1:104: syntax error
error loading grammar
PEG Playground has no problem with this grammar and can validate the string without problems.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels