Skip to content

Control flow enum #13

@tobiasvl

Description

@tobiasvl

Use a control flow enum, like https://doc.rust-lang.org/stable/std/ops/enum.ControlFlow.html, but perhaps with more variants:

  • Ok / Continue (())
  • Err / Halt ("")
  • Break / Exit (in case the interpreter wants to exit? Probably works fine as a halt like it is now)
  • Interrupt / Pause / Breakpoint / Step
  • Wait / VBlank

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions