Re: Seeking recommendations for a Visual Parser to replace Visual Parse++

George Neuner <gneuner2/@/comcast.net>
Thu, 13 Dec 2007 05:45:04 -0500

          From comp.compilers

Related articles
Seeking recommendations for a Visual Parser to replace Visual Parse++ d.parser@yahoo.com (2007-12-10)
Re: Seeking recommendations for a Visual Parser to replace Visual Pars cfc@shell01.TheWorld.com (Chris F Clark) (2007-12-11)
Re: Seeking recommendations for a Visual Parser to replace Visual Pars DrDiettrich1@aol.com (Hans-Peter Diettrich) (2007-12-12)
Re: Seeking recommendations for a Visual Parser to replace Visual Pars tom@infoether.com (Tom Copeland) (2007-12-12)
Re: Seeking recommendations for a Visual Parser to replace Visual Pars gneuner2/@/comcast.net (George Neuner) (2007-12-13)
Re: Seeking recommendations for a Visual Parser to replace Visual Pars cfc@shell01.TheWorld.com (Chris F Clark) (2007-12-15)
Re: Seeking recommendations for a Visual Parser to replace Visual Pars paul@paulbmann.com (Paul B Mann) (2008-02-14)
Re: Seeking recommendations for a Visual Parser to replace Visual Pars mjfs1@cam.ac.uk (Marcel Satchell) (2008-03-28)
| List of all articles for this month |

From: George Neuner <gneuner2/@/comcast.net>
Newsgroups: comp.compilers
Date: Thu, 13 Dec 2007 05:45:04 -0500
Organization: Compilers Central
References: 07-12-032 07-12-037
Keywords: parse, tools
Posted-Date: 13 Dec 2007 12:07:47 EST

On Tue, 11 Dec 2007 02:00:03 -0500, Chris F Clark
<cfc@shell01.TheWorld.com> wrote:


> ANTLR is also primarily targeted to Java, but it does generate C++
> (and I believe C#).


ANTLR 3.01 currently supports Java, C, C#, Objective-C, C++, Python
and Ruby.


The Java, C# and C code generators are current with all of ANTLR's
features, the rest are lagging a little bit behind. ANTLR 3.1 is due
out "real soon now" - hopefully it will get all the generators back in
sync.


>In fact, I believe that yacc, LALR, Bison, Yacc++, and ANTLR all
>predate VP++ (and I listed them in order of when I think they first
>existed),


ANTLR was preceded by PCCTS (1989, also by Terence Parr) which was
contemporary with early versions of Bison (1.03?). PCCTS is still
available and its LL(k) parsers are quite powerful, but it targets
only C and lacks many of the niceties of ANTLR.


George
--
for email reply remove "/" from address



Post a followup to this message

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