Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add definition for extensions to Syntax proto #326

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

jnthntatum
Copy link
Collaborator

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.

proto/cel/expr/syntax.proto Outdated Show resolved Hide resolved
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.
@jnthntatum jnthntatum merged commit 93c8497 into google:master Nov 29, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants