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

[compiler-v2] Add loop labels to the language #14868

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 9, 2024

  1. [compiler-v2] Add loop labels to the language

    Besides the user being able to describe more complex algorithms more efficiently, loop labels are required to express any reducible control flow in the AST language, and create parity of the AST with the bytecode level for this kind of code (which is also what can be generated from Move).
    wrwg committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1b445c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d134193 View commit details
    Browse the repository at this point in the history