Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schani/lispreader
A small library for reading expressions in Lisp syntax
https://github.com/schani/lispreader
Last synced: 24 days ago
JSON representation
A small library for reading expressions in Lisp syntax
- Host: GitHub
- URL: https://github.com/schani/lispreader
- Owner: schani
- License: gpl-2.0
- Created: 2009-03-30T07:44:35.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2017-06-17T02:50:18.000Z (over 7 years ago)
- Last Synced: 2023-04-14T01:27:09.895Z (over 1 year ago)
- Language: C
- Homepage: http://www.complang.tuwien.ac.at/schani/lispreader/
- Size: 307 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
lispreader 0.5
==============lispreader is a small library for reading expressions in Lisp
syntax. It has originally been written to facilitate simple exchange
of structured data between processes but its main purpose is now to
provide a framework for reading configuration files. To simplify
interpretation of the read data, lispreader also provides functions
for simple matching of expressions against patterns.lispreader is also used in at least one application to read and write
data files. Lisp syntax is very suitable for doing this, especially if
the data is organized hierachically.Documentation
-------------A reference manual for lispreader is included in the distribution in
texinfo, info and html formats.Platforms
---------lispreader has been tested on GNU/Linux i386 and MacOS X PPC systems,
but should work on any system with an ANSI C compliant
compiler/library pair.Licence and Availability
------------------------lispreader is distributed under the terms of the GNU General Public
Licence.The source of lispreader is available at the lispreader homepage at
http://www.complang.tuwien.ac.at/schani/lispreader/
---
Mark Probst
[email protected]