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

For loop support in alg codegen #174

Merged
merged 3 commits into from
Jan 14, 2023
Merged

Conversation

ZibingZhang
Copy link
Contributor

@ZibingZhang ZibingZhang commented Jan 13, 2023

Overview

For loop support for algorithmic codegen.

Details

Added visit_For methods in algorithmic_codegen.py.

Decided to choose \in as the way to indicate iteration through the iterable, e.g. FOR x \in {1, 2, 3}. Unsure if this is desired.

References

Described by #57
Requested in #170 (comment)

Blocked by

None

Copy link
Collaborator

@odashi odashi left a comment

Choose a reason for hiding this comment

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

Great, thanks!

@odashi odashi merged commit b3ae7fa into google:main Jan 14, 2023
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