Skip to content

Instantly share code, notes, and snippets.

@fkaa
Created July 21, 2015 09:49
Show Gist options
  • Save fkaa/ae22bf4004b0b43e6ac9 to your computer and use it in GitHub Desktop.
Save fkaa/ae22bf4004b0b43e6ac9 to your computer and use it in GitHub Desktop.
pub struct Instruction {
operation: Op,
type_id: Id, // presence denoted by non-zero value
result_id: Id, // ditto
operands: Vec<Word>,
literal: Option<String>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment