Should we keep the parsing operators? These are the |.
and |=
ops copied from Elm’s parsing library. If you haven’t used them, they’re really nifty
any simple to use / read alternative to regexes seems worth including, especially for something built around being used for web development. it would probably help with readability enough to be worth having them as operators. it’d also encourage people to use them, and the composability of that style of parser would play nicely with building things out of other scraps
1 Like