picty / parsifal

Parsifal : an OCaml-based parsing engine
Other
61 stars 8 forks source link

Create a Lwt wrapper lwt_parse to handle stream parsing #21

Open pictyeye opened 10 years ago

pictyeye commented 10 years ago

We need to redefine lwt_input with a Lwt channel and a string_input, but also to incorporate a lwt_base integer and a lwt_eos boolean in string_input, to correctly take into account several cases :

Ideally, the lwt dependencies should be in a separate library (to avoid the generic dependcy on Lwt).