Re: Advice on Writing a Parser Generator

Thant Tessman <thant@acm.org>
10 Aug 2003 22:48:57 -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)
[5 later articles]
| List of all articles for this month |

From: Thant Tessman <thant@acm.org>
Newsgroups: comp.compilers
Date: 10 Aug 2003 22:48:57 -0400
Organization: XMission http://www.xmission.com/
References: 03-08-027
Keywords: parse, books
Posted-Date: 10 Aug 2003 22:48:56 EDT

Stefanie Scherzinger wrote:




> I plan to write a parser generator, very similar to YACC, for Java.
>
> I was hoping to find some literature and advice on how to best
> approach this.




People will usually recommend the Dragon book, but that was always a
tough read for me. However, I was able to follow "Modern Compiler
Implementation in ML" well enough to build an SLR parser generator (in
C++ oddly enough). I haven't read it, but there's a version for Java:


http://www.cs.princeton.edu/~appel/modern/java/


-thant


Post a followup to this message

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