Files
subcoding/vm/function.go
2021-11-19 20:38:56 -10:00

6 lines
66 B
Go

package vm
type Function struct {
Instructions []*Instruction
}