Fathzer - 2018-07-28

Hello,
As you can see in previous tickets, lot of people want their own evaluator (BigDecimal, boolean, more functions, etc...). Some use Javaluator with their own grammars.
That's the reason why Javaluator offers AbstractEvaluator, a generic evaluator, that is doing the hard part (parsing the expression and deals with operators precedence). Javaluator provides DoubleEvaluator as an example of how to implement your own evaluator ... and because working with double is really very very common.
We do not plan to implement other evaluators, but creating your own is very simple. You can have a look at the tutorial to see examples : http://javaluator.fathzer.com/en/doc/tutorial.php
Best regards,
Jean-Marc