package csexp

  1. Overview
  2. Docs
Parsing and printing of S-expressions in Canonical form

Install

Dune Dependency

Authors

Maintainers

Sources

csexp-1.3.1.tbz
sha256=89e8c4181dc13e99cf67ddf2e258ea334352470e65b39041e62b61bcf0825155
sha512=dd6b3894529c828926ee05070548125822ad3bee8324623de0188d49655439286343f8cbc2ede8a27e01af5715e3bc1e643d6a0d770061b384d6dcefdb545eb2

CHANGES.md.html

1.3.1

  • Fix compatibility with 4.02.3

1.3.0

  • Add a "feed" API for parsing. This new API let the user feed characters one by one to the parser. It gives more control to the user and the handling of IO errors is simpler and more explicit. Finally, it allocates less (#9, @jeremiedimino)

  • Fixes input_opt; it was could never return [None] (#9, fixes #7, @jeremiedimino)

  • Fixes parse_many; it was returning s-expressions in the wrong order (#10, @rgrinberg)

1.2.3

  • Fix parse_string_many; it used to fail on all inputs (#6, @rgrinberg)

1.2.2

  • Fix compatibility with 4.02.3

1.2.1

  • Remove inclusion of the Result module, which was accidentally added in a previous PR. (#3, @rgrinberg)

1.2.0

  • Expose low level, monad agnostic parser. (#2, @mefyl)

1.1.0

  • Add compatibility up-to OCaml 4.02.3 (with disabled tests). (#1, @voodoos)

1.0.0

  • Initial release

OCaml

Innovation. Community. Security.