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

6 lines
59 B
Go

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