Files
subcoding/vm/program.go
2021-11-19 20:16:01 -10:00

6 lines
64 B
Go

package vm
type Program struct {
Functions [][]*Instruction
}