help-bison
[Top][All Lists]
Advanced

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

Answer to Query : Does the Bison source code of GNU have the grammer fil


From: Naushad Ahmed
Subject: Answer to Query : Does the Bison source code of GNU have the grammer file included for parsing standard C file.
Date: Wed, 8 Apr 2009 14:50:15 +0530

Hi ,
Bison takes <xxx.y>. i.e. input to bison is yaac file and output of
bison is .c file.
then compile the output .c file with gcc.
In cygwin environment, /bin/bison xxx.y and then gcc xxx_tab.c


On 4/7/09, address@hidden <address@hidden> wrote:
> Send help-bison mailing list submissions to
>       address@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://lists.gnu.org/mailman/listinfo/help-bison
> or, via email, send a message with subject or body 'help' to
>       address@hidden
>
> You can reach the person managing the list at
>       address@hidden
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of help-bison digest..."
>
>
> Today's Topics:
>
>    1. Help requied on Bison. (chethan  kotekar)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: 7 Apr 2009 04:45:11 -0000
> From: "chethan  kotekar" <address@hidden>
> Subject: Help requied on Bison.
> To: <address@hidden>
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset="ISO-8859-1"
>
> 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 C file.
>
> How can I build or steps for building Bison on cygwin for the same.
>
>
>
> Warm regards,
>
> Chethan
>
>
>
>
>
> **************************************************************************************************
>
>
>
>   Chethan Kotekar
>
>
>
>   Project Assistant                  "RAJNI"
>
>   Aerospace Dept,                    Ramnagar, Marakada,
>
>   GCDSL, I.I.Sc,                     Kunjathbail P.O,
>
>   Bangalore - 560 012                Mangalore - 575 015.
>
>                             INDIA
>
> **************************************************************************************************
>
>
>
> ------------------------------
>
> _______________________________________________
> help-bison mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-bison
>
> End of help-bison Digest, Vol 66, Issue 1
> *****************************************
>




reply via email to

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