Lisp SExpression Datatypes and Parser
This is a basic LISP S-expression parser, without quote character, macros or other fancy stuff.
Atoms have a reduced namespace and need to be extended if necessary.
Printing a Datastructure should output valid Lisp.
Lisp SExpression Datatypes and Parser This is a basic LISP S-expression parser, without quote character, macros or other fancy stuff. Atoms have a reduced namespace and need to be extended if necessary.
Printing a Datastructure should output valid Lisp.