Parsing in CL
Wednesday, April 14, 2004
On c.l.l., John Williams
asks about approaches for writing parsers in
Common Lisp. Peter Seibel points him to an
earlier posting of his with a
number of examples of parser code in CL. In fact, the
complete thread is worth reading as there are a number of different
approaches that people describe in the thread.
For others with an interest
in parsing in CL, CLiki has a
summary page detailing some of the alternatives.

