On Mon, Dec 11, 2006 at 11:50:06AM -0500, David Moriconi wrote: > I tried it and it seems to work but bison doesn't generate me a new .c > file. When i add the -S option and i start bison, all the contents of my > skeleton is printed in the DOS prompt. is that because it does not work or > it's normal? > > Why do I dont have a new .c file. > Here is the command I ran: bison -d -l -S yyparse.c -o tcyacc.c TL1.y
I'm not sure. Maybe someone else will know. This is the command I use. bison -S push.c -l gdbmi_grammar.y Bob Rossi _______________________________________________ [email protected] http://lists.gnu.org/mailman/listinfo/help-bison
