Related articles |
---|
ANNOUNCE: JPP 0.02 Adds closures and operator overloading to Java nshaylor@tcp.co.uk (1996-08-31) |
From: | nshaylor@tcp.co.uk (Nik Shaylor) |
Newsgroups: | comp.compilers |
Date: | 31 Aug 1996 22:48:59 -0400 |
Organization: | None |
Keywords: | Java, tools, available |
JPP is a preprocessor that adds the following features to the Java language:
1. Block closures
2. Operator overloading
3. Assert macros
4. Conditional compilation
It does this by converting an input .jpp file, into a standard .java file that
is then compiled using any standard Java compiler. The .jpp file contains
normal Java statements with syntactic extensions for the new features.
JPP is written in Java and a free beta test copy is available.
For more information on version 0.02 see:
http://www.digiserve.com/nshaylor/jpp.html
Nik Shaylor.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.