···11EvalEx - Java Expression Evaluator
22==========
3344-This is a personal fork of EvalEx with lots of incompatible changes.
44+This is a personal fork of EvalEx with lots of incompatible and unstable changes.
5566Please check out the original repo here on [GitHub](https://github.com/ezylang/EvalEx).
7788Changes over upstream:
991010- Inlining of simple and constant expressions.
1111+- Lazy array and list conversions.
1212+- String multiplication and number conversion.
1313+```
1414+"Hello" * 3 => "HelloHelloHello"
1515+```
1616+- `DataAccessorIfc` data type.
1117- Immutable contexts and expressions.
1218- Replaced expression-wide variables with `evaluate` only parameters.
1319- `Object[]` in various places to allow passing arbitrary objects to data accessors and custom functions.
1420- Constant are no longer copied to each expression.
1521- Data accessors can now throw EvaluationExceptions.
2222+- Custom identifier characters.
1623- Removed dictionary interfaces.
1724- Switched from maven to gradle.
2525+- And more...
18261927## Author and License
2028