google / cel-go

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

PoC: Add syntax for escaped field selectors. #1002

Open jnthntatum opened 4 weeks ago

jnthntatum commented 4 weeks ago

Introduces syntax for escaped fields that are not normally syntactically legal field selections with backticks.

This PR is limited to fields, but would also consider adding for namespaced names (e.g. in.example.Foo)

DO NOT MERGE