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

Implement break and continue #15

Merged
merged 13 commits into from Mar 17, 2024
Merged

Implement break and continue #15

merged 13 commits into from Mar 17, 2024

Commits on Mar 16, 2024

  1. Can now scan break keyword.

    quephird committed Mar 16, 2024
    Copy the full SHA
    f3ad9d4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    617d5c0 View commit details
    Browse the repository at this point in the history
  3. Added a resolver check.

    quephird committed Mar 16, 2024
    Copy the full SHA
    e7dacd1 View commit details
    Browse the repository at this point in the history
  4. Added tests.

    quephird committed Mar 16, 2024
    Copy the full SHA
    a6df6f8 View commit details
    Browse the repository at this point in the history
  5. Now scanning continue.

    quephird committed Mar 16, 2024
    Copy the full SHA
    4bb8827 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    29512b1 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    d33ad47 View commit details
    Browse the repository at this point in the history
  8. Added tests.

    quephird committed Mar 16, 2024
    Copy the full SHA
    d46226c View commit details
    Browse the repository at this point in the history
  9. Removed superfluous TODO.

    quephird committed Mar 16, 2024
    Copy the full SHA
    63f0179 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    8844a24 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Made a var into a let.

    quephird committed Mar 17, 2024
    Copy the full SHA
    ab2fa9b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    18b1578 View commit details
    Browse the repository at this point in the history
  3. LoopType enum only has two cases now since there is no difference bet…

    …ween `for` and `while` loops regarding resolving of `break`s and `continue`s.
    quephird committed Mar 17, 2024
    Copy the full SHA
    3d7fd4c View commit details
    Browse the repository at this point in the history