nric - NetRexx Improved Compiler

Summary

A NetRexx to Java bytecode compiler.

Background

There exists a freely available reference implementation of the langauge from IBM. But no source code is available. The reference implementaion does two things: it translates NetRexx into Java source code then calls a Java compiler to produce the bytecode and it acts as an interpreter and runs the NetRexx program with no generated bytecode.

Definations

Source Langauge
The NetRexx language as defined in the published book "The NetRexx Langauge" and the NRL supplement.
Target Language
Java virtual machine as defined in the published book "The Java Virtual Machine Specification, Second Edition".
Implementation Languages
The NetRexx language, the Java Languages and JVM assembler code.

Goals

  1. To produce a correct compiler for the defined source and target langauges.
  2. Produce a faster running compiler than the reference implementation. Utilizing incremental compile technology.
  3. Experiment with Human-oriented programming langauages for non-english speaking programmers.
  4. Develop new or modified tools to meet the above goals.

Resource

License

This project source code uses the modified BSD style license.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The project documentation will use the FreeBSD documentation license
Redistribution and use in source (XML, etc) and 'compiled' forms 
(XML, PDF, PostScript, etc) with or without modification, are permitted 
provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, 
   this list of conditions and the following disclaimer as the first lines 
   of this file unmodified.
2. Redistributions in compiled form (transformed to other DTDs, converted 
   to PDF, PostScript, RTF and other formats) must reproduce the above 
   copyright notice, this list of conditions and the following disclaimer 
   in the documentation and/or other materials provided with the distribution.

THIS DOCUMENTATION IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR 
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN 
NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF 
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Contact Information


Copyright © Chad Slaughter, 2001, ALL RIGHTS RESERVED