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

6 lines
116 B
Go

package compiler
type CompilationScope struct {
instructions []byte
lastInstructions [2]EmittedInstruction
}