From: zow@mdbs.com (Zow Terry Brugger)
Subject: RE: fLex and bYacc
21 Feb 1998 04:43:20 -0800
Message-ID: <01BD3DD6.881F72E0.zow.cygnus.gnu-win32@mdbs.com>
Reply-To: "zow@mdbs.com" <zow@mdbs.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
To: "'Sean McBride'" <sean.mcbride@erols.com>,
        "gnu-win32@cygnus.com"
	 <gnu-win32@cygnus.com>

-----Original Message-----
From:	Sean McBride

Does anyone know of any syntactical references or any online manuals for
bYacc.... I got the resulting code to compile fine in VC++5 ... same
goes for fLex.  however I'm not up on the construction of bYacc grammers
and on the tie of bYacc and fLex together... any resources out there??

When I last worked on (F)Lex/Yacc(/Bison), I used the O'Reiley book, which 
was well worth the small investment. For my most recent project I'm using 
ANTLR, which is much more powerful and intuitive than the former. While 2.x 
is a Java solution, 1.33 is designed for C++ and is widely supported. Check 
out www.antlr.org for more details.

Terry

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
