Program wrapper struct
This commit is contained in:
5
vm/program.go
Normal file
5
vm/program.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package vm
|
||||
|
||||
type Program struct {
|
||||
Functions [][]*Instruction
|
||||
}
|
||||
Reference in New Issue
Block a user