Open
Description
hi,
i like the idea to use runtime closures in expressions. symfony expression language feels strange in (not?) dealing with this.
is it possible to have a parse and an evaluate step with this library?
like:
$expr = $smplang->parse("name=='otto'");
// save for using it 1000 times
$result = $expr->eval(['name'=>'arthur']);
Metadata
Metadata
Assignees
Labels
No labels