bug-bison
[Top][All Lists]
Advanced

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

Re: Segmentation fault


From: Arne 'Timwi' Heizmann
Subject: Re: Segmentation fault
Date: Mon, 30 Aug 2004 14:38:40 +0100
User-agent: Mozilla Thunderbird 0.7.2 (Windows/20040707)


Argh. Your list really does need a Reply-To header. :/

Tim Van Holder wrote:

Arne 'Timwi' Heizmann wrote:
%token X
%start startsymbol
%%
startsymbol       : /* empty */
unusednonterminal : X
%%
your grammar is invalid - each rule needs to end with a semicolon.

Makes no difference:

%token X
%start startsymbol
%%
startsymbol       : /* empty */ ;
unusednonterminal : X ;
%%

still produces a segfault.

Timwi




reply via email to

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