Sexp_decode is a library of monadic combinators for decoding S-expressions (as defined in the Csexp library) into structured data.
Sexp_decode is available on opam and can be installed with the following command:
opam install sexp_decodeAlternatively, you can install the development version as follows:
git clone https://gitlab.inria.fr/bmontagu/sexp_decode.git
cd sexp_decode
opam pin add .Author: Benoît Montagu benoit.montagu@inria.fr
Copyright Inria 2022