Re: Looking for LL parser generation tools

Max Hailperin <max@gac.edu>
30 Jan 1997 22:30:25 -0500

          From comp.compilers

Related articles
Looking for LL parser generation tools cstump@levtech.com (Charles W. Stump II) (1997-01-26)
Re: Looking for LL parser generation tools thetick@scruz.net (Scott Stanchfield) (1997-01-29)
Re: Looking for LL parser generation tools max@gac.edu (Max Hailperin) (1997-01-30)
Re: Looking for LL parser generation tools tc@charlie.cns.iit.edu (Thomas W. Christopher) (1997-02-02)
| List of all articles for this month |

From: Max Hailperin <max@gac.edu>
Newsgroups: comp.compilers
Date: 30 Jan 1997 22:30:25 -0500
Organization: Gustavus Adolphus College, St. Peter, MN USA
References: 97-01-215 97-01-220
Keywords: parse, LL(1)

  Charles W. Stump II <cstump@levtech.com> wrote:
  > Can anyone point me to sources for LL tools?


"Scott Stanchfield" <thetick@scruz.net> writes:
> Have a look at PCCTS -- look at
> http://java.magelang.com/antlr/entry.html


I missed the start of this thread, so I don't know whether anyone else
has mentioned Jack, which is currently undergoing an official name
change to the Java Compiler Compiler, aka JavaCC, due to some lawyerly
concerns. As part of the name change, the URL for it is supposed to
become http://www.suntest.com/JavaCC/ sometime soon, but at the moment
that isn't working yet, so for now you'll need to use
http://www.suntest.com/Jack/ instead.


The design of Jack is influenced by PCCTS. I haven't acquired any
real experience with it, but it looks reasonable and those on its
mailing list with more experience are singing its praises. Of course,
it only does you any good if you are interested in working in Java!


  -Max Hailperin
    Associate Professor of Computer Science
    Gustavus Adolphus College
    800 W. College Ave.
    St. Peter, MN 56082
    USA
    http://www.gac.edu/~max/
--


Post a followup to this message

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