Naming
This commit is contained in:
@@ -6,8 +6,8 @@ type Program struct {
|
|||||||
Functions []*Function `yaml:"functions"`
|
Functions []*Function `yaml:"functions"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Function []*Operation
|
type Function []*Instruction
|
||||||
type Operation []string
|
type Instruction []string
|
||||||
|
|
||||||
func NewProgramFromBytes(in []byte) (*Program, error) {
|
func NewProgramFromBytes(in []byte) (*Program, error) {
|
||||||
prog := &Program{}
|
prog := &Program{}
|
||||||
|
|||||||
Reference in New Issue
Block a user