pcomb icon indicating copy to clipboard operation
pcomb copied to clipboard

Simple C++ Parser Combinator Library

Results 1 pcomb issues
Sort by recently updated
recently updated
newest added

Hi, It would be nice to have `operator|` and `operator+` as a shorthand for `alt` and `seq`. Has it not be done already by design? The `many` combinator could also...