Personalities/J Compilation Example

This is an example of the input and the output
that the Personalities/J compiler will be
required to handle. The example is based on
the paper "Modeling Behavior with Personalities".

The pj-code directory contains all the *.pj files
and the java-code directory contains the final
output that the compiler may produce. If the
compiler architecture decided upon makes use of
the weaver tool to aid in the code-generation
phase, then the output of the compiler would be
a set of .wvr files. However, a command line
option should allow to piggyback the weaver at
the end of the .wvr creation pass, so as to 
effectively obtain the set of *.java files shown
here.

These files have been tested under JDK 1.1.x and
they compile without problems.

Any questions please email: lblando@gte.com

Thanks,

Luis Blando