[ANN] Parseff: parser combinator library for OCaml 5

Hello,

Interesting !

A real pain when writing parser is to handle locations with line number and character position on line. The Parseff interface seems to only provide a position from the beginning of the stream. Do you think it would be possible de provide more convenient positions, with absolute position, but also line number and position on line ?

Another question: do you think it could be possible to provide primitives to parse Uchar.t instead of char ?

Regards.

1 Like