Related articles |
---|
ANTLR Java Crossref article at JDC thetick@magelang.com (Scott Stanchfield) (1997-12-23) |
From: | "Scott Stanchfield" <thetick@magelang.com> |
Newsgroups: | comp.compilers.tools.pccts,comp.compilers |
Date: | 23 Dec 1997 23:02:04 -0500 |
Organization: | MageLang Institute - http://www.MageLang.com |
Keywords: | Java, tools, PCCTS |
Hi!
Java Developer Connection has just posted an article of mine on writing a
Java cross-reference tool using ANTLR 2.0. (In case you don't know, this is
the new Java version of PCCTS).
The article includes an ANTLR 2.0 Java 1.1 parser with a simple symbol table
for Java. (Note that the symbol table is a _very_ simple one indeed, and
method resolution is based on number of parameters due to some limitations I
imposed on what was being parsed.)
Hop over to
http://developer.javasoft.com/developer/javaInDepth/parser/xref
to have a peek!
(You need to register for JDC, but it's free.)
-- Scott
=============================================
Scott Stanchfield - http://www.scruz.net/~thetick
MageLang Institute - http://www.magelang.com
VisualAge for Java Tips & Tricks
http://www.jguru.com/Partners/VAJ/tips
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.