S-expressions for OCaml

A mini OCaml module for reading S-expressions

This module is small enough so you can just include it into your project.

This module is provided under an MIT license.

Generated api-documentation

github:
ocaml-sexpr
ocaml-sexpr0

Two variants are provided:
sexpr is able to parse string with spaces between double quotes, and comments, sexpr0 is not.

The OCaml Language