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

Remove iteration clause from LOOP body code #64

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

paulapatience
Copy link

While here, simplify the loops — the compiler should be able to determine appropriate types based on the loop bounds. Also reindent.

While here, simplify the loops — the compiler should be able to
determine appropriate types based on the loop bounds.
Also reindent.
@Zulu-Inuoe
Copy link
Owner

Thanks. I'll take a closer look.
I'm not too concerned about optimizing around types here since it's only done at load-time. I originally annotated them to help with my sanity in porting the code over, so any simplification is welcome

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.

None yet

2 participants