
3 Jun
2011
3 Jun
'11
10 a.m.
Mario Blažević wrote:
I don't know if this helps, but the incremental-parser library has exactly the combinator you're looking for.
Wow, that is a beautiful implementation of a general parser library. So much simpler than Parsec. Thanks for pointing it out. Why are you hiding those nice Monoid classes in the parser package? Shouldn't it be a separate package? Edward Kmett has also been adding some nice Monoid abstractions lately. I haven't been following all of it. I wonder how yours and his relate. Thanks, Yitz