Library for parsing and manipulating S-expressions with C API
Small Fast S-Expression Library
sfsexp
$ sfsexp < input.sexp
$ gcc -o parser parser.c $(pkg-config --cflags --libs sfsexp)
$ echo '(defun hello () (print "world"))' | sfsexp