help-bison
[Top][All Lists]
Advanced

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

Re: Parser file


From: Hans Aberg
Subject: Re: Parser file
Date: Mon, 11 Dec 2006 20:43:00 +0100

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






reply via email to

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