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

Transpile yielding, i.e., co-routines #424

Merged
merged 1 commit into from
Nov 21, 2023
Merged

Conversation

mristin
Copy link
Contributor

@mristin mristin commented Nov 21, 2023

We model the abstract control flow of co-routines so that we can transpile them into state machines for languages which do not support them natively. In particular, this is necessary when we want to model iterations over unmaterialized sequences such as verification errors.

We model the abstract control flow of co-routines so that we can
transpile them into state machines for languages which do not support
them natively. In particular, this is necessary when we want to model
iterations over unmaterialized sequences such as verification errors.
@mristin mristin force-pushed the mristin/Transpile-yielding branch 2 times, most recently from 15fb8f0 to 208d407 Compare November 21, 2023 10:07
@mristin mristin merged commit 78d5c98 into main Nov 21, 2023
4 checks passed
@mristin mristin deleted the mristin/Transpile-yielding branch November 21, 2023 10:12
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