functions with bindings
Some checks failed
Build / build (push) Failing after 1m42s
Test / build (push) Successful in 2m27s

This commit is contained in:
Chuck Smith
2024-03-08 14:19:20 -05:00
parent 9d06c90e41
commit ec9a586f7f
10 changed files with 350 additions and 30 deletions

View File

@@ -36,6 +36,7 @@ type Integer struct {
type CompiledFunction struct {
Instructions code.Instructions
NumLocals int
}
func (i *Integer) Type() ObjectType {