Skip to content

3.0.0

Compare
Choose a tag to compare
@bikallem bikallem released this 23 Jun 20:37
· 17 commits to master since this release
0c91626

CHANGES:

  • Overhaul parser implementation - use functor based implementation. Introduce, Make_buffered_input, Make_unbuffered_input and Make functors.
  • Remove reparse-unix package
  • Remove base dependency
  • Facilitate IO promise monads such as Lwt and Async
  • Add package reparse-lwt which defines Lwt_stream.t as one of the input sources.
  • Add package 'reparse-lwt-unix' which defines Lwt_unix.file_descr and Lwt_io.input_channel as parser input sources.