Re: I'm getting messages from Bison that aren't even listed on the internet.

2009-08-03 Thread Joel E. Denny
On Mon, 3 Aug 2009, j...@garveydesign.com wrote: > Results from Google re > Your search - gnu bison "$$ of `constant' has no declared type" - did not > match any documents. `constant' is specific to your grammar. Try removing the quotes around the entire expression. > The screen message is.. >

When data types must be read in strict sequence?

2009-08-03 Thread joe
Thanks for your help. I have attached the latest listing of the program in question. When I run Bison now, then the messages I get from that are... parse.y: warning: 8 useless nonterminals and 30 useless rules parse.y:52.1-7: fatal error: start symbol grammar does not derive any sentence The par