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

Fix loop-begin label for the loop-statement #12

Closed
mrLSD opened this issue Nov 5, 2023 · 0 comments
Closed

Fix loop-begin label for the loop-statement #12

mrLSD opened this issue Nov 5, 2023 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mrLSD
Copy link
Owner

mrLSD commented Nov 5, 2023

Description

➿ For the loop-statement it should always present the JumpTo loob-begin instruction, that "loop" logic itself. Currently, it doesn't exist.

Expected behavior

➿ The loop-statement should "loop" itself, to repeat all instructions in the loop body, before calls: break or return instructions, that terminate loop repetition.

@mrLSD mrLSD self-assigned this Nov 5, 2023
@mrLSD mrLSD added the bug Something isn't working label Nov 5, 2023
@mrLSD mrLSD added this to the v0.2.4 milestone Nov 5, 2023
mrLSD added a commit that referenced this issue Nov 5, 2023
@mrLSD mrLSD closed this as completed Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant