I just released Release v10.1.0 · purescript-contrib/purescript-parsing · GitHub and I like this one.
@MaybeJustJames asked me a question during my PureConf talk last year about recursive monadic parsing and strict evaluation in PureScript and I didn’t have a good answer for that question. I think @MaybeJustJames was probably expecting this answer. I have a better answer now, and I put it on the Parsing README under Recursion.
There is a new parseErrorHuman
function. I stole the idea from Elm. I mean, this idea is kind of obvious, like a lot of stuff in Elm, it’s so obviously useful and right that I’m embarrassed that I didn’t think it up myself.
I also added some docs showing how to make an inContext
function which is also kind of stolen from Elm.