Subject: Re: parsing lambda lists
From: rpw3@rpw3.org (Rob Warnock)
Date: Fri, 14 Nov 2008 08:10:11 -0600
Newsgroups: comp.lang.lisp
Message-ID: <YpudnR9HL_5eG4DUnZ2dnUVZ_ofinZ2d@speakeasy.net>
Pedro Kroger  <pedro.kroger@gmail.com> wrote:
+---------------
| I remember someone posted a library to parse lambda lists some time
| ago, but I can't find it. ("parsing lambda lists" is not the most
| googlebe term). Does anyone knows where I can find it?
+---------------

Not prepackaged as a library, but Henry Baker's META parsing macro:

    http://home.pipeline.com/~hbaker1/Prag-Parse.html

gives a PARSE-LAMBDA-EXP for Common Lisp in an appendix. And:

    http://www.cliki.net/meta

points to downloadable versions of Baker's META.


-Rob

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607