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

@@ -98,7 +98,7 @@ func importMod(realpath string, origin string, main bool) ArErr {
if translationerr.EXISTS {
return translationerr
}
global := map[string]any{}
global := scope{}
_, runimeErr := run(translated, stack{vars, global})
if runimeErr.EXISTS {
return runimeErr