help-bison
[Top][All Lists]
Advanced

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

Re: Parser file


From: Bob Rossi
Subject: Re: Parser file
Date: Mon, 11 Dec 2006 11:32:32 -0500
User-agent: Mutt/1.5.12-2006-07-14

On Mon, Dec 11, 2006 at 08:29:46AM -0800, DaveMord wrote:
> 
> Hi
> we implemented our yyparse in yyparse.c file. I want to know how to indicate
> to Bison to take this file as template. I tried : bison -d -l -o tcyacc.c
> TL1.yyparse.c 
> 
> My yac file is named: TL1.y and i saw somwhere to replace .y by the parser
> file name (yyparse.c in my case) But this doesn't work (no such file or
> directory named TL1.yyparse.c )

Hi, 

I have push.c in the share/bison directory. If I do
'bison -S push.c', then it uses the push.c skeleton.

Bob Rossi




reply via email to

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