google / cel-spec

Common Expression Language -- specification and binary representation
https://cel.dev
Apache License 2.0
2.59k stars 216 forks source link

Add definition for extensions to Syntax proto #326

Closed jnthntatum closed 7 months ago

jnthntatum commented 7 months ago

Add a notion of Extensions to the pb representation for CEL ASTs.

These allow for tagging what things the parser or type checker expect of the runtime and allow for graceful degredation if an implementation doesn't support a given extension.