A Quick and Dirty Recursive Descent Parser Generator

Here is a recursive descent parser generator, written in Common Lisp for clisp.

It generates the scanner and parser in lisp, or in a pseudo-basic. It is possible to add generation of the parser in other programming languages.

Files: