
                      NEW FEATURES in version 0.2.

1. Narrowing conversions of types. Example: "(int)(1.1f)"==1

2. Ability to fix the type of the calculation result, For example to
   specify: "result MUST be double".

3. Another interface to compiled expressions allowing to avoid
   cost of the object creation when result is of primitive type.

4. Bugfixes.

			   PLANNED FEATURES

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

2. More examples to come.

Detailed changes since previuos versions are summarized in 
the file : ./src/gnu/jel/ChangeLog

Thu May 28 20:37:18  1998 
           Konstantin Metlov.











