Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Need better way to denote types used by each instruction #8

@erp12

Description

@erp12

Currently the union of the input types and the output types are used. This works in most cases, but there are some edge cases to consider.

  • When the instruction returns something for the exec stack.
  • When the instruction returns an entire state.
  • When the instruction requires an entire state as input.
  • When the instruction does not require any inputs/outputs (aka noop, close, etc)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions