xgo/compiler/emitted_instruction.go
2019-01-08 23:17:42 -08:00

6 lines
84 B
Go

package compiler
type EmittedInstruction struct {
Opcode Opcode
Position int
}