Closed antis81 closed 3 years ago
Question: I coudn't find documentation for the ~
prefix which is used e.g. for the ~EndOfLine
rule. What does it mean?
Also not sure if we can match EOT at all because it is not an actual character (or may be ambiguous in C++ when str == nullptr
vs strlen(str) == 0
).
Fixes #28
Comment
and related~EndOfLine
).