Following features of JEL were not implemented in the version 0.1.

1. Narrowing primitive type conversions, using "(type)var" Java like
syntax. Note : widening conversions are performed in this version
automatically.

2. Not all tests are passing, namely JEL thinks conversion from char
to double is a widening conversion, making it possible to do 
"sin(' ')".

3. Under MS Java VM on MS Windows there are problems with returning
floats. These problems are not present, when running SUN VM. To see
them Yourself run the unitary test of the codegenerator in the debug
version of library: 

cd ./lib 
jview -cp jel_g.jar gnu.jel.ExpressionImage 

This will display several failed tests under MS Windows with MSIE 4.0
installed

4. Storage of the object constants have not been extensively tested.

5. There are plans to support (bool?expr1:expr2) operator. It is not
yet in this version.

6. More examples to come.

Mon May 11 21:08:20  1998 
           Konstantin Metlov.