Re: Advice on Writing a Parser Generator

Chris Dollin <kers@hplb.hpl.hp.com>
15 Aug 2003 23:39:48 -0400

          From comp.compilers

Related articles
Advice on Writing a Parser Generator scherzin@fmi.uni-passau.de (Stefanie Scherzinger) (2003-08-10)
Re: Advice on Writing a Parser Generator thant@acm.org (Thant Tessman) (2003-08-10)
Re: Advice on Writing a Parser Generator freitag@alancoxonachip.com (Andi Kleen) (2003-08-10)
Re: Advice on Writing a Parser Generator kers@hplb.hpl.hp.com (Chris Dollin) (2003-08-15)
Re: Advice on Writing a Parser Generator chief@ockhamstyle.com (Mykola Rabchevskiy) (2003-08-15)
Re: Advice on Writing a Parser Generator rda@lemma-one.com (Rob Arthan) (2003-08-15)
Re: Advice on Writing a Parser Generator scherzin@fmi.uni-passau.de (2003-08-15)
Re: Advice on Writing a Parser Generator joachim.durchholz@web.de (Joachim Durchholz) (2003-08-20)
RE: Advice on Writing a Parser Generator dyessick@cs.ua.edu (Don Yessick) (2003-08-20)
Re: Advice on Writing a Parser Generator cfc@shell01.TheWorld.com (Chris F Clark) (2003-08-23)
[4 later articles]
| List of all articles for this month |

From: Chris Dollin <kers@hplb.hpl.hp.com>
Newsgroups: comp.compilers
Date: 15 Aug 2003 23:39:48 -0400
Organization: HPLB
References: 03-08-027
Keywords: Java, parse, tools
Posted-Date: 15 Aug 2003 23:39:48 EDT

Stefanie Scherzinger wrote:


> Hello,
>
> I plan to write a parser generator, very similar to YACC, for Java.


You do know about JavaCC, right?


(I haven't used it myself, but a colleague has, so I know it "works".
On t'other hand, having been stung badly by trying to use flex and
bison to generate lexers/parsers for a couple of languages, at the
moment I'm in the "we don't need no adjectiving parser generators!"
camp. "The wheel turns, does it not, Ambassador?")


--
Chris "electric G'Kar" Dollin
C FAQs at: http://www.faqs.org/faqs/by-newsgroup/comp/comp.lang.c.html
C welcome: http://www.angelfire.com/ms3/bchambless0/welcome_to_clc.html


Post a followup to this message

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