On 07/29/2010 12:38 AM, Arnabendu Roy wrote:
Hi Team,

Could you please help me.  I am new to Bison,  As per the documentation, I
have created the rpcalc.y and generated a parser file with the help of
Bison.  Now,  Can I use Visual C++
to generate the object code.  I am not sure if Visual C++ (Visual Studio
2008) is ISO C89 or later.  When I try to compile the parser file, I get 55
errors.

I know I must be doing something wrong but not sure what.  Can you please
provide the steps to compile this parser file in Visual C++. Ihave windows
XP.

Thanks and Regards!

Arnabendu Roy
_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison
If you are trying to generate a C++ parser you may want to take a look at:

http://idlebox.net/2007/flex-bison-cpp-example/

This supposedly compiles under Visual Studio 2005.

Regards,
    Panayiotis

_______________________________________________
help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to