S-expressions are a compact format for data exchange, similar to XML, but adopts a Lisp-like notation for delimiting lists, and can encode values as binary. S-expressions are useful for cryptography and network communications.
This library implements an s-expression parser, builders, encoders, and various other utilities, for the C# language. Development will focus on the Mono runtime.