[Top][All Lists]
[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:52:06 -0500 |
User-agent: |
Mutt/1.5.12-2006-07-14 |
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