microparsec icon indicating copy to clipboard operation
microparsec copied to clipboard

Nicer syntax for applicative parsing

Open schneiderfelipe opened this issue 3 years ago • 0 comments

Applicative parsing profits heavily from currying in general. It's nice to support that, but it might not be prevalent in Nim.

As an alternative, we could lift together with varargs to provide something like an "in-place currying". (Some useful related code and some more related code)

EDIT: more ideas for currying.

schneiderfelipe avatar Jun 21 '21 17:06 schneiderfelipe