lispreader is a small library for reading expressions in Lisp syntax. It provides a framework for reading configuration files. To simplify interpretation of the read data, lispreader also provides functions for simple matching of expressions against patterns.
| Tags | Software Development Libraries |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | Lisp |
Recent releases


Changes: A bugfix, big speed improvements, and a number pattern were added. The user now has control over memory allocation.


Changes: New functions for making expressions and type predicates.


Changes: Handling of Lisp style comments and user-defined streams.


Changes: Code for handling real numbers.


Changes: Initial release.