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

Christophe Rhodes csr21 at cam.ac.uk
Sun May 8 21:34:03 UTC 2005


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

> 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.

The attached patch fixes the problem.  I don't know why.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: cl-syntax.diff
URL: <https://mailman.common-lisp.net/pipermail/climacs-devel/attachments/20050508/55ff28ed/attachment.ksh>
-------------- next part --------------

Cheers,

Christophe


More information about the climacs-devel mailing list