ensure all stdlib opcodes are present

This commit is contained in:
Michael McLoughlin
2018-11-25 16:22:02 -08:00
parent 6d3e3be578
commit 0694ebab9b
7 changed files with 170 additions and 7 deletions

View File

@@ -2,6 +2,7 @@ package inst
type Instruction struct {
Opcode string
AliasOf string
Summary string
Forms []Form
}