-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
No description provided.
The text was updated successfully, but these errors were encountered: