picty / parsifal

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

OutOfBounds exception should return a hint on the expected length #31

Open pictyeye opened 10 years ago

pictyeye commented 10 years ago

In a lwt_wrapper context, knowing how many bytes were missing would be helpful to provide an efficient wrapper.

pictyeye commented 10 years ago

Such a hint could be DontKnow, Remaining (All you can eat) or a number of bytes.