Help requied on Bison.

2009-04-07 Thread chethan kotekar
Hello, Greetings ! I am Chethan, new to GNU and Bison. My requirement, Parser to parse standard C file that gives me the parsed output so that I can use this in other scripting languages. My Query, Does the Bison source code of GNU have the grammer file included for parsing standard

Re: Help requied on Bison.

2009-04-07 Thread Hans Aberg
On 7 Apr 2009, at 06:45, chethan kotekar wrote: Does the Bison source code of GNU have the grammer file included for parsing standard C file. No, but a netseach for "Yacc C99 grammar" gave http://www.lysator.liu.se/c/ANSI-C-grammar-y.html which gives Bison grammars for both C99 and earlier.