From: Fernando Mato Mira
Subject: Parsing tools for Lisp?
Date: 
Message-ID: <37720038.BBB5A427@iname.com>
Are there any tools for Lisp that could be considered better than PCCTS?
(not just parentheses-wise)
Obviously, what made me look at this is that there's a fairly complete
C++ grammar for it,
but it would be nicer to have everything inside Lisp (instead of the
FFIGEN way, where you create an s-expr file, that then you process with
your `backend' written in Lisp).

Thanks in advance.

PS: I know about Zebu. And I would say that is `worse' (LALR(1) instead
of pred-LL(k)).