cel-java icon indicating copy to clipboard operation
cel-java copied to clipboard

Fast, portable, non-Turing complete expression evaluation with gradual typing (Java)

Results 38 cel-java issues
Sort by recently updated
recently updated
newest added

**Feature request checklist** - [x] There are no issues that match the desired change - [x] The change is large enough it can't be addressed with a simple Pull Request...

Fix CEL-Java to be fully protobuf v4 compatible Fixes https://github.com/google/cel-java/issues/462

**Describe the bug** ConstantFoldingOptimizer doesn't work for some expressions. e.g. "my_var in ['H', 'O']" **To Reproduce** Clone this repository, that reproduce the bug. [https://github.com/bugs84/CelOptimizerIssue](https://github.com/bugs84/CelOptimizerIssue) **Current issue** Program ends with following...

Add CelStandardDeclaration to allow environment subsetting for type-checker

Add CelStandardFunctions to allow environment subsetting for the runtime