Related articles |
---|
java 1.1 grammar Bronikov@inreach.com (Dmitri Bronnikov) (1998-07-31) |
From: | Dmitri Bronnikov <Bronikov@inreach.com> |
Newsgroups: | comp.compilers |
Date: | 31 Jul 1998 10:54:13 -0400 |
Organization: | Home |
Keywords: | Java, parse, FTP |
A recent post claimed that Java 1.1 construct
OuterClass x = new OuterClass (...);
OuterClass.InnerClass y = x.new InnerClass (...);
is not supported by the yaccable Java 1.1 grammer. The claim turned out
to be correct. But not anymore. Feel free to get updated grammar at
http://home.inreach.com/bronikov/grammars/java.html or
ftp://www.iecc.com/pub/file/java1.1-grammar.shar.gz
Please send me email if you find anything like that in the future even
if it's a simple add-on which you see how to do yourself. You'll do good
to others (most importantly), and would enable you to easily merge
future changes in base grammer into your stuff.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.