Re: Flex and Bison C++ Example

2010-03-10 Thread Robert Hollencamp
it easier to get through and understand the basics, whereas the already included example demonstrates actually doing something and is more fully featured. -- Robert Hollencamp rhollenc...@gmail.com On Wed, Mar 10, 2010 at 11:40 AM, Akim Demaille wrote: > > Le 7 mars 2010 à 03:05,

Re: Flex and Bison C++ Example

2010-03-08 Thread Robert Hollencamp
whether you should use C or C++, so the pros and cons of this argument are left for the reader to decide. -- Robert Hollencamp rhollenc...@gmail.com On Mon, Mar 8, 2010 at 3:33 AM, Istvan Sandor wrote: > > Hi, > > I definitely wouldn't say this: > > "Edit: March

Flex and Bison C++ Example

2010-03-07 Thread Robert Hollencamp
I made an example of using Flex and Bison together in C++ and was wondering if you guys could provide some feedback. Despite the C++ interface being 'experimental' I found it works out pretty good after you figure it out. http://www.thewaffleshop.net/2010/03/06/flex-bison-cpp-example/