help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bison 1.30f broke my C++ parser


From: Marc Autret
Subject: Re: Bison 1.30f broke my C++ parser
Date: Sun, 27 Jan 2002 14:44:41 -0500
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/21.1

"Richard B. Kreckel" <address@hidden> writes:

> > Nevertheless, in the meanwhile, my advice is use 1.32, but steal bison
> > 1.28's bison.simple, give it another name, and ask 1.32 to use the
> > latter (using BISON_SIMPLE or --skeleton).
> 
> This does not seem to work:
> 
> cappuccino:~/projects/GiNaC/ginac$ BISON_SIMPLE=/home/kreckel/bison.simple 
> bison -y -p ginac_yy -d input_parser.yy && mv y.tab.c input_parser.cc
> bison: output.c:1236: output_parser: Assertion `actions_dumped == 1' failed.
> Aborted

bison.simple from version 1.28a is not compatible with 1.28 one.  What
changed is the handling of actions. The incompatibility is still true
between 1.28 and 1.32.

-- 
Marc Autret



reply via email to

[Prev in Thread] Current Thread [Next in Thread]