Related articles |
---|
Java 1.4 compliant JLex jones@cs.ua.edu (Joel Jones) (2002-11-26) |
From: | "Joel Jones" <jones@cs.ua.edu> |
Newsgroups: | comp.compilers |
Date: | 26 Nov 2002 22:16:55 -0500 |
Organization: | Compilers Central |
Keywords: | Java, lex, available |
Posted-Date: | 26 Nov 2002 22:16:55 EST |
I have modified the lexing tool JLex, to compile correctly under Java
1.4. The JLex tool was developed by Elliot Berk at Princeton
University. It is now maintained by C. Scott Ananian. The home page
for JLex is at:
http://www.cs.princeton.edu/~appel/modern/java/JLex/
I have placed my modifications at:
http://a1.cs.ua.edu/cs614/Main.java
This was an incredibly simple change---a global rename of the function
assert to assertTrue---but the error messages without the changes
caused my students a bit of consternation.
I hope I haven't stepped on any one's toes here, but my attempts to
reach the maintainers did not succeed.
Joel Jones
jones@cs.ua.edu
Return to the
comp.compilers page.
Search the
comp.compilers archives again.