We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This one is hard :P
index: .for 2 5 lw index $0 index ... .rof
->
index: lw $2 $0 2 lw $3 $0 3 lw $4 $0 4 lw $5 $0 5
index: .for .fill index .rof
This case should be supported too, but I don't require nested loops, they would be nice tough.
Get Seweryn to help you (help, not do it for you), as he's the parser's god right now :)
The text was updated successfully, but these errors were encountered:
Agerrr
No branches or pull requests
This one is hard :P
index: .for 2 5
lw index $0 index
...
.rof
->
index: lw $2 $0 2
lw $3 $0 3
lw $4 $0 4
lw $5 $0 5
index: .for
.fill index
.rof
This case should be supported too, but I don't require nested loops, they would be nice tough.
Get Seweryn to help you (help, not do it for you), as he's the parser's god right now :)
The text was updated successfully, but these errors were encountered: