Re: yacc.c or glr.c

2006-02-06 Thread Akim Demaille
>>> "Bob" == Bob Rossi <[EMAIL PROTECTED]> writes: > Hi, > What's the difference between yacc.c or glr.c? I'm specifically asking > because I would like to understand where I should begin with my push > parser effort. You'd better read the documentation. Yacc.c is the traditional LALR(1) de

yacc.c or glr.c

2006-02-06 Thread Bob Rossi
Hi, What's the difference between yacc.c or glr.c? I'm specifically asking because I would like to understand where I should begin with my push parser effort. Thanks, Bob Rossi ___ Help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-bison

Re: Using bison++ with MSVC

2006-02-06 Thread Akim Demaille
>>> "Dempe" == Dempe Dempe <[EMAIL PROTECTED]> writes: > Hi, > I MUST use bison to generate C++ classes and compile it in MSVC. > I started compiling the basic example of the "Calc++ -- C++ Calculator". > It works perfectly using gcc, but using MSVC in the declaration > class position >