Re: bison, flex and c++

"Graham Douglas" <g.douglas@readytext.co.uk>
25 Oct 2002 00:14:11 -0400

          From comp.compilers

Related articles
bison, flex and c++ shrew@cs.utexas.edu (Shashank G. Khandelwal) (2002-10-18)
Re: bison, flex and c++ wobble@gmx.de (Jan Kleinsorge) (2002-10-20)
Re: bison, flex and c++ hundhaus@hawaii.edu (Chris Hundhausen) (2002-10-20)
Re: bison, flex and c++ pioter@terramail.CUTTHIS.pl (Piotr Zgorecki) (2002-10-20)
Re: bison, flex and c++ g.douglas@readytext.co.uk (Graham Douglas) (2002-10-25)
Re: bison, flex and c++ dsieber@spamnot.attbi.com (Dave Sieber) (2002-11-06)
| List of all articles for this month |

From: "Graham Douglas" <g.douglas@readytext.co.uk>
Newsgroups: comp.compilers
Date: 25 Oct 2002 00:14:11 -0400
Organization: BT Openworld
References: 02-10-061
Keywords: C, flex
Posted-Date: 25 Oct 2002 00:14:11 EDT

Shashank G. Khandelwal <shrew@cs.utexas.edu> wrote in message
> I'm very wet behind the ears at this bison, flex game. I'd like to
use bison,
> flex with C++. Much searching online has failed to provide a simple
example
> that uses all three. I'd like to build a tree of given lisp formulas
by
> populating and linking the nodes of the tree from bison.
>
> I'd appreciate it if someone could point me to, or provide a simple
example.


Hi Khandelwal


IF you use Windows, try here


www.bumblebeesoftware.com


(look for samples in the docs/source code
supplied). It is shareware -- costs $60,
great value.


From the above site:


"Parser Generator is a YACC and Lex programming tool for Windows.


<<snip>>


Parser Generator is able to generate C, C++
and Java parsers and lexical analysers.
This includes both Unicode and Multibyte
Character Set (MBCS) variants.
In your applications you can create
multiple, thread safe, instances of these parsers and
lexical analysers.


<<snip>>"


Hope that helps.


Regards


Graham Douglas


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.