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

Cleanup IR, removing language like features #1561

Merged
merged 41 commits into from
Jan 24, 2024

Conversation

mtoy-googly-moogly
Copy link
Collaborator

We are about to make a protocol out of the IR, so it is time to cleanup the IR.

A bunch of stuff in the IR is there as a hangover from the day when the IR was the query language. It all needs go.

queries which have field references, those cannot be bare strings, because field references are paths, and the parser has parsed out the quoted pieces of the path name, and that parsed path needs to be an array in the IR

wildcards should all be expanded in the compiler, not in the IR

FilteredAliasedNames need to go away

.. and I think StructRefs also, but I al still thinking about that.

@mtoy-googly-moogly mtoy-googly-moogly marked this pull request as ready for review January 18, 2024 18:30
@mtoy-googly-moogly mtoy-googly-moogly merged commit e8b574b into main Jan 24, 2024
4 checks passed
@mtoy-googly-moogly mtoy-googly-moogly deleted the remove-bare-strings-from-qop-fields branch January 24, 2024 16:47
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.

1 participant