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


_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to