Re: can we generate a C++ parser with Bison?

2005-07-27 Thread Hans Aberg
On 27 Jul 2005, at 06:58, Sheng Wang wrote: Since Bison 2.0 can generate GLR parser, can we use this feature to get a C++ parser that can correctly parse C++ programs that conform to the ISO standard? There is an example in the Bison manual on how some of the C++ ambiguities can be resolved

Re: can we generate a C++ parser with Bison?

2005-07-27 Thread Derek M Jones
Sheng, >Since Bison 2.0 can generate GLR parser, can we use this feature to >get a C++ parser that can correctly parse C++ programs that >conform to the ISO standard? I take it you mean parse C++ programs without having to perform any semantic analysis or building a symbol table. The answer is

can we generate a C++ parser with Bison?

2005-07-27 Thread Sheng Wang
Hi, Since Bison 2.0 can generate GLR parser, can we use this feature to get a C++ parser that can correctly parse C++ programs that conform to the ISO standard? Thanks! - Sheng ___ Help-bison@gnu.org http://lists.gnu.org/mailman/listinfo/help-biso