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

Migrate the parser to the Go-native Expr #797

Merged
merged 3 commits into from
Aug 18, 2023

Conversation

TristonianJones
Copy link
Collaborator

@TristonianJones TristonianJones commented Aug 11, 2023

This change completes the migration away from the protobuf Expr
value to the new ast.Expr value within the parser / checker / interpreter
stack.

Part of this change introduces backwards compatibility helpers to assist
teams who have created custom macros in the adoption of the latest code
with minimal effort.

#789

@TristonianJones TristonianJones merged commit 0b8fcf3 into google:master Aug 18, 2023
2 checks passed
@TristonianJones TristonianJones deleted the parser-expr-update branch August 18, 2023 16:05
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.

None yet

2 participants