This is an automated email from the ASF dual-hosted git repository. henrib pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-jexl.git.
from 3520002 JEXL-265: making namespace identifier explicit in grammar and code new 20af879 JEXL: cleansing and refactoring the Interpreter.call(...) that was way too convoluted new 01eebc4 JEXL-266: added an example/prototype through forEach operator 'overload' The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/commons/jexl3/internal/Debugger.java | 14 +- .../apache/commons/jexl3/internal/Interpreter.java | 340 ++++++--------------- .../commons/jexl3/internal/InterpreterBase.java | 301 ++++++++++++++++++ .../commons/jexl3/internal/TemplateDebugger.java | 8 + .../org/apache/commons/jexl3/Issues200Test.java | 108 ++++++- 5 files changed, 516 insertions(+), 255 deletions(-)