start adding maps

This commit is contained in:
2023-02-26 01:33:02 +00:00
parent 6ef6e051e6
commit f0620354c0
13 changed files with 117 additions and 11 deletions

View File

@@ -4,6 +4,6 @@ type Callable struct {
name string
params []string
code []any
stack []map[string]variableValue
stack stack
line int
}