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

Introduce a REPL for testing basic CEL expressions. #539

Merged
merged 1 commit into from
May 18, 2022

Conversation

jnthntatum
Copy link
Collaborator

@jnthntatum jnthntatum commented May 12, 2022

Initial implementation for issue/538. Adds a simple REPL CLI that
supports adding 'let' expressions to introduce variables into the
evaluation context and evaluate cel expressions using the default
environment.

@jnthntatum jnthntatum marked this pull request as draft May 12, 2022 18:24
@jnthntatum jnthntatum marked this pull request as ready for review May 12, 2022 21:25
Initial implementation for issue/538. Adds a simple REPL CLI that
supports adding 'let' expressions to introduce variables into the
evaluation context and evaluate cel expressions using the default
environment.
Copy link
Collaborator

@TristonianJones TristonianJones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In a subsequent PR, would you mind adding a README.md?

@jnthntatum jnthntatum merged commit 6c43149 into google:master May 18, 2022
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