s-cargot

A flexible, extensible s-expression library.

https://github.com/aisamanra/s-cargot

Latest on Hackage:0.1.6.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Getty Ritter

S-Cargot is a library for working with s-expressions in a modular and extensible way, opting for genericity and flexibility instead of speed. Instead of understanding one particular form of s-expression, the S-Cargot library exposes tools for parsing or emitting different kinds of s-expressions, including features not normally included in an s-expression library like reader macros or tight control over indentation in pretty-printing.