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 type-checker to a native AST representation #793

Merged
merged 4 commits into from
Aug 11, 2023

Conversation

TristonianJones
Copy link
Collaborator

This change shifts the parse / check top-level APIs to use the native AST and Expr
representations.

Updates to the parser internals, macro expansion signatures, cost estimation,
and unparsing APIs will be provided in subsequent PRs.

#789

common/ast/conversion.go Outdated Show resolved Hide resolved
jcking
jcking previously approved these changes Aug 10, 2023
@TristonianJones TristonianJones merged commit 337fc07 into google:master Aug 11, 2023
2 checks passed
@TristonianJones TristonianJones deleted the checker-expr-update branch August 11, 2023 21:53
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