JFEP - Java Fast Expression Evaluator
=====================================
Copyright 2006, Bertoli Marco

Introduction
------------
JFEP is a Java fast mathematical expression parser and evaluator. 
It is designed to avoid inefficiency and to support multiple evaluations 
without overhead.

The parser uses an ELL(1) grammar to build an expression tree that can
be used to evaluate input function. Multiple evaluations of the same function
take a minimum time as parsing is not required.

Get latest version from http://jfep.sourceforge.net

Compile Instructions
--------------------
- To compile JFEP use provided ANT script (build.xml) with Apache ANT
  that can be downloaded from http://ant.apache.org/ .

License
-------
Please refer to LICENSE.txt file
