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

break used as value for detecting broken loops, simpler global ref resolution #359

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Feb 11, 2023

  1. Configuration menu
    Copy the full SHA
    003917b View commit details
    Browse the repository at this point in the history
  2. Move var broke to top of function

    Necessary for expressionization that creates functions
    edemaine committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    e0199e9 View commit details
    Browse the repository at this point in the history
  3. Simpler global ref resolution

    Fixes `var broke` colliding with otherwise declared `broke` variable
    edemaine committed Feb 11, 2023
    Configuration menu
    Copy the full SHA
    341089f View commit details
    Browse the repository at this point in the history