#parser-combinator #parser #json-parser #parsec

bin+lib anpa

A generic monadic parser combinator library inspired by Haskell's parsec

5 releases (3 breaking)

0.5.0 Apr 26, 2024
0.4.1 Mar 12, 2024
0.4.0 Mar 6, 2024
0.3.0 Mar 1, 2024
0.2.0 Feb 26, 2024

#5 in #parsec

Download history 322/week @ 2024-02-26 183/week @ 2024-03-04 153/week @ 2024-03-11 6/week @ 2024-04-01 126/week @ 2024-04-22

132 downloads per month

MIT/Apache

67KB
1.5K SLoC

anpa

A generic monadic parser combinator library based on anpa which in turn is inspired by Haskell's parsec.

Features

All parsers and combinators, with few exceptions (many_to_vec, many_to_map, many_to_map_ordered), are allocation free.

Examples

See the provided test parsers

  • JSON parser: JSON DOM parser. It's only ~30 LOC and gives a good overview on how to use the library, including recursive parsers.
  • SemVer Parser: a parser for the SemVer format

Dependencies

None

TODO

  • Add examples in doc comments
  • Add support for Read
  • More extensive test cases

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

No runtime deps