help-bison
[Top][All Lists]
Advanced

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

Re: Need help in using the for C++ Code


From: Anthony DeRobertis
Subject: Re: Need help in using the for C++ Code
Date: 31 Oct 2002 18:25:12 -0500

Yes, you can use bison for this. But beware this is not an easy task!
The C++ grammar is available and the GNU C++ compiler has an
implementation using bison.

Here is one way in which it can be hard... example C++ source:

// begin untested source
#define A class
#define B int
#define C {
#define D ;
#define E }

A a C B b D E D
// end untested source


Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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