Most common used java parser generator

"Ulrich Frank" <franku@fmi.uni-passau.de>
18 May 2006 23:51:55 -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: "Ulrich Frank" <franku@fmi.uni-passau.de>
Newsgroups: comp.compilers
Date: 18 May 2006 23:51:55 -0400
Organization: http://groups.google.com
Keywords: Java, parse, question
Posted-Date: 18 May 2006 23:51:55 EDT

Hallo NG,


for my studies I have to give a review about parser generators,
especially those which produce java output. I searched a lot in the
internet and for me it seems that LL-parser generators (ANTLR, JavaCC)
are used in most cases if one want to use a java parser generator. LALR
is on position two but there is a big gap between LL and LALR. The LALR
parser generator which is used in most cases is SableCC. About JavaCUP
I did not find any applications. Pure LR parser generators in java are
currently not present (YACC/M is still in development, jay is written
in C).


Is that right??


If one also can also use languages like OCAML, C and C++ is there
another trend?


I think in that case the LALR parser generators are more commonly used
in comparison to LL.


For my studies especially for my thesis it is important to reference
such a statement. Therefore: do you know a book or a internet site
where I can get this information?


Kind regards,
Uli



Post a followup to this message

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