Small, Fast S-Expression Library
File List
Here is a list of all files with brief descriptions:
 cstring.h
 faststack.hImplementation of a fast stack with smart memory management
 sexp.hAPI for a small, fast and portable s-expression parser library
 sexp_errors.hError conditions are enumerated here along with any routines for translating error codes to human readable messages
 sexp_memory.hWrappers around basic memory allocation/deallocation routines to allow memory usage limiting. Only enabled if SEXP_LIMIT_MEMORY is defined when building the library, otherwise the routines are defined to be the standard malloc/calloc/realloc/free functions
 sexp_ops.hA collection of useful operations to perform on s-expressions
 sexp_vis.hAPI for emitting graphviz data structure visualizations