From: Tobias C. Rittweiler
Subject: [ANN] Parse-Declarations 1.0.
Date: 
Message-ID: <87iqtcl03u.fsf@freebits.de>
I'm pleased to announce the library Parse-Declarations.

Parse-Declarations is a library to parse, filter, and build declarations
in a convenient, high-level way. 

Non-trivial binding constructs often need to relocate declarations to be
truly semantically correct. Parse-declarations provide the facilities to
do this in a straightforward way.

You can find it at

  http://common-lisp.net/project/parse-declarations/

It comes with a comprehensive manual at

  http://common-lisp.net/project/parse-declarations/manual/


To see what it is about, let me point you to the Examples chapter of the
manual:

  http://common-lisp.net/project/parse-declarations/manual/html_node/Examples.html#Examples

Enjoy.

  -T.
From: Scott Burson
Subject: Re: Parse-Declarations 1.0.
Date: 
Message-ID: <56275701-00e0-475b-add0-0d77269c87fd@w1g2000prk.googlegroups.com>
On Sep 4, 2:41 am, "Tobias C. Rittweiler" <ยทยทยทยท@freebits.de.invalid>
wrote:
> I'm pleased to announce the library Parse-Declarations.
>
> Parse-Declarations is a library to parse, filter, and build declarations
> in a convenient, high-level way.

Good!  Having had to deal with this problem myself, I'm very glad to
see a library emerge to take it off my hands in the future.

-- Scott