help-bison
[Top][All Lists]
Advanced

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

Re: How to free symbols during error recovery


From: Oliver Boris Fischer
Subject: Re: How to free symbols during error recovery
Date: Thu, 07 Oct 2004 12:01:55 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.2) Gecko/20040803

Is some one able the process this bison file?


%{
%}

%token IDENTIFIER
%token NL

%destructor
    { int a = 9; }
    NL

%%

file
    :
    | IDENTIFIER IDENTIFIER NL
    ;

%%


Oliver




reply via email to

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