1 2 3 4 5 6 7 8
package compiler // EmittedInstruction represents an opcode // with its emitted position. type EmittedInstruction struct { Opcode Opcode Position int }