This library is a simple Scala implementation of Canonical S-expressions.
The main entry points for using the library are the functions
SExprParsers.parseFromInputStream
SExprParsers.parseFromByteArray
SExprParsers.writeToOutputStream
SEpxrParsers.writeToByteArray
The AST is defined in the csexp.AST
package.
$ sbt +publishSigned
$ sbt sonatypeReleaseAll
This code is provided under the BSD 2-clause license