Tagged Questions
9
votes
2answers
2k views
A good ocaml parser?
I'm looking for a good ocaml parsing library that isn't a derivative of flex/bison. Ideally, I'd like a monadic combinator library along the lines of parsec, but I can't find anything.
I would use ...