-
Notifications
You must be signed in to change notification settings - Fork 4
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 to Repeat Statement #44
Comments
For Loop to Repeat StatementGiven a loop statement like for { let i:u32 := 0 } lt(i, 10) { i := add(i, 1)}
{
c := add(a,b)
a := b
b := c
} Should be transpiled down to a statement which utilizes the Miden Assembly instruction
Rather than the current Testcases
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: