google / cel-go

Fast, portable, non-Turing complete expression evaluation with gradual typing (Go)
https://cel.dev
Apache License 2.0
2.3k stars 224 forks source link

CEL Spec and Proto Updates #1011

Closed TristonianJones closed 2 months ago

TristonianJones commented 2 months ago

Update the CEL Spec and protobuf AST versions for cel-go.

Also, introduce fix for null assignability to mirror the CEL-Spec.