Re: Most common used java parser generator

"Evangelos Drikos" <drikosv@otenet.gr>
22 May 2006 02:09:51 -0400

          From comp.compilers

Related articles
Most common used java parser generator franku@fmi.uni-passau.de (Ulrich Frank) (2006-05-18)
Re: Most common used java parser generator drikosv@otenet.gr (Evangelos Drikos) (2006-05-22)
Re: Most common used java parser generator englere.geo@yahoo.com (Eric) (2006-05-22)
Re: Most common used java parser generator franku@fmi.uni-passau.de (Ulrich Frank) (2006-05-26)
| List of all articles for this month |

From: "Evangelos Drikos" <drikosv@otenet.gr>
Newsgroups: comp.compilers
Date: 22 May 2006 02:09:51 -0400
Organization: An OTEnet S.A. customer
References: 06-05-061
Keywords: Java, parse
Posted-Date: 22 May 2006 02:09:51 EDT

Hi all,


"Ulrich Frank" <franku@fmi.uni-passau.de> wrote in message
news:06-05-061@comp.compilers...
>
> for my studies I have to give a review about parser generators,
> especially those which produce java output.


You may also have a look at Gold Parsing System, found at
http://www.devincook.com/goldparser.


Due to its open architecture, table driven, you can generate LALR parsers in
a variety of languages and java is one of them.


I think it is worthwhile you examine the merits of such parser architecture.


Hope this helps.



Post a followup to this message

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