[climacs-devel] Extra open-paren on parse stack in Common-lisp syntax

Christophe Rhodes csr21 at cam.ac.uk
Sun May 8 21:18:36 UTC 2005


Christophe Rhodes <csr21 at cam.ac.uk> writes:

> Here is a guess: the list-expr in cl-syntax contains (as the list
> items) CL-TERMINALS, which is also the target symbol of the grammar
> itself.  I'm willing to believe that this confuses matters.

I think this guess is wrong.  Rewriting the list-expr grammar to use a
different list
  (define-list list-items empty-list-items nonempty-list-items cl-terminal)
did not make the problem go away.

Cheers,

Christophe



More information about the climacs-devel mailing list