add comparisons

This commit is contained in:
2023-03-08 00:15:26 +00:00
parent dfb93c60b4
commit 11ed803601
15 changed files with 416 additions and 88 deletions

View File

@@ -7,7 +7,8 @@ import (
// args without the program path
var Args = os.Args[1:]
type stack = []map[string]any
type scope = ArMap
type stack = []scope
func main() {
ex, e := os.Getwd()