On 11 Dec 2006, at 17:50, 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

You haven't told which version your skeleton file is written for: Bison has since version 1.35 or something switched to a format using M4. Check the file yacc.c, which ends up in $SOMEWHERE/share/bison in an installation.

  Hans Aberg




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

Reply via email to