You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a single self-contained class, implementing parser combinators like parsecj, funcj and others, but neatly integrating with VAVR. It's feature complete with map, flatMap, and various expected other combinators.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been writing a simple parser combinator on VAVR, which looks something like this:
with input
and failure type
It's a single self-contained class, implementing parser combinators like parsecj, funcj and others, but neatly integrating with VAVR. It's feature complete with
map
,flatMap
, and various expected other combinators.Would there be interest to include this?
Beta Was this translation helpful? Give feedback.
All reactions