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

ir: add value.User interface implemented by instructions and terminators #214

Merged
merged 5 commits into from
Jan 20, 2022

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    2e61422 View commit details
    Browse the repository at this point in the history
  2. ir: add Operands method for instructions and terminators

    Note, the Operands method returns a mutable list of values used as
    operands by the user (instruction or terminator).
    mewmew committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    6c16ca3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53e3f58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79a5aaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f38394a View commit details
    Browse the repository at this point in the history