J-F-Liu / pom

PEG parser combinators using operator overloading without macros.
MIT License
496 stars 30 forks source link

Add space and multispace char classes #3

Closed jeanm closed 7 years ago

jeanm commented 7 years ago

Adds two new char classes, equivalent to nom's space and multispace.