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