BenchR267 / Parsel

Create complex parsers by combining simple ones with Parsel!

Home Page:https://benchr267.github.io/Parsel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Many operator

igorkulman opened this issue · comments

Would be useful to have a many operator that matches 0-N times. Now I have to use atLeasOne.optional to get the same result.

I think what you want is the rep operator (which also takes an optional separator).