khinsen I saw an announcement for a new parser combinator library recently: parcom. Has anyone here used it already? If so, how does it compare to established players such as esrap?
crmsnbleyd well, esrap is not a parser combinator library, is it? It's more like writing grammar rules.
khinsen Indeed, but I don't actually care about those particular details. I just wonder what the best choice for a parsing library is these days.