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

feat: enable preprocessing of expressions #461

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

DavePearce
Copy link
Collaborator

This puts through a reasonable change to the compiler pipeline by introducing a preprocessing stage. This occurrs are resolution, but before translation. The main purpose is to expand invocations, reductions and for loops. This greatly simplies their subsequent translation.

This puts through a reasonable change to the compiler pipeline by
introducing a preprocessing stage.  This occurrs are resolution, but
before translation.  The main purpose is to expand invocations,
reductions and for loops.  This greatly simplies their subsequent
translation.
@DavePearce DavePearce linked an issue Dec 19, 2024 that may be closed by this pull request
@DavePearce DavePearce merged commit b46f334 into main Dec 19, 2024
2 checks passed
@DavePearce DavePearce deleted the 446-fix-reductions-over-for branch December 19, 2024 07:55
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.

Fix Reductions Over for
1 participant