Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(parser): AnyChar,AnyChars and ManyChars grammar rules (#1036)
(hopefully) improves readability of other rules `AnyChars` can have zero or more characters (except CRLF) `ManyChars` must have 1 or more characters (excetp CRLF) Signed-off-by: Xavier Coulon <[email protected]>
- Loading branch information