dlisp - lisp-style string parsing library

Aim

A routine for parsing lisp text was sought for.

Solution

Reading scheme specs, a scheme parser was designed.

Evaluation

A library that is mostly usable is available. Most inputs work. Used in dmachinemon/DNAS

Download

File download place has the sources.

The CVS snapshot was autobuilt nightly, but the service is now stopped. The following commands were used:

      ./autogen.sh && \
	    ./configure -prefix="${INSTALLDIR}" && \
	    ${MAKE} check && \
	    ${MAKE} install && \
	    ${MAKE} dist ; then
    

Compilation

Do ./configure && make && make install

Use

For usage, see the manual. make doc will generate the documentation using doc++.


Junichi Uekawa

$Id: dlisp.html.en,v 1.3 2004/08/01 08:44:14 dancer Exp $