google / cel-go

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

PoC: Add syntax for escaped field selectors. #1002

Open jnthntatum opened 3 months ago

jnthntatum commented 3 months 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