Skip to content

Commit

Permalink
refactor(parser): AnyChar,AnyChars and ManyChars grammar rules (#1036)
Browse files Browse the repository at this point in the history
(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
xcoulon authored Jun 5, 2022
1 parent b2b04b9 commit 8f0b39c
Show file tree
Hide file tree
Showing 2 changed files with 14,937 additions and 14,895 deletions.
Loading

0 comments on commit 8f0b39c

Please sign in to comment.