functions with bindings
This commit is contained in:
@@ -36,6 +36,7 @@ type Integer struct {
|
||||
|
||||
type CompiledFunction struct {
|
||||
Instructions code.Instructions
|
||||
NumLocals int
|
||||
}
|
||||
|
||||
func (i *Integer) Type() ObjectType {
|
||||
|
||||
Reference in New Issue
Block a user