Re: Comparison of ANTLR and javacc

Tom Copeland <tom@infoether.com>
Wed, 29 Aug 2007 18:20:44 -0400

          From comp.compilers

Related articles
Comparison of ANTLR and javacc axsmth@gmail.com (2007-08-28)
Re: Comparison of ANTLR and javacc tom@infoether.com (Tom Copeland) (2007-08-29)
Re: Comparison of ANTLR and javacc brianegge-javacc@yahoo.com (2007-09-06)
| List of all articles for this month |

From: Tom Copeland <tom@infoether.com>
Newsgroups: comp.compilers
Date: Wed, 29 Aug 2007 18:20:44 -0400
Organization: Compilers Central
References: 07-08-086
Keywords: Java, tools, parse
Posted-Date: 29 Aug 2007 22:08:20 EDT

On Tue, 2007-08-28 at 18:59 +0000, axsmth@gmail.com wrote:
> Can anyone point me to a recent comparison of ANTLR and javacc? What
> are each of them more/less useful for?


ANTLR has an edge over JavaCC in that it can produce parser source
code in various languages, whereas JavaCC is limited to producing
parsers in Java.


That said, JavaCC+JJTree provides a fine solution for projects that
can use a parser in Java, and there are lots of example JavaCC
grammars out there to learn from.


Yours,


Tom
http://generatingparserswithjavacc.com/


Post a followup to this message

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