fmlib_parse
Parsing with combinators and indentation sensitivity
Description
A parsing library with combinators in the style of Haskell's parsec.
The parsing combinators have support for indentation sensitivity. Therefore it is easy to parse yaml files and indentation sensitive languages like Haskell and Python.
Futhermore it is easy to generate user friendly error messages.
Install
- Maintainers
-
Sources
Dependencies
fmlib_pretty
= version
fmlib_std
= version
ppx_inline_test
>= "v0.13.0"
odoc
with-doc
dune
>= "1.10"
ocaml
>= "4.08.0"
Reverse Dependencies
fmlib
>= "0.5.1"