fix parsing taking really long

This commit is contained in:
2023-06-29 23:45:23 +01:00
parent af934e0429
commit 88129528f4
7 changed files with 563 additions and 621 deletions

View File

@@ -285,8 +285,7 @@ func Map(m anymap) ArObject {
}
val, err := runOperation(operationType{
operation: 9,
value1: v,
value2: a[k],
values: []any{v, a[k]},
}, stack{}, 0)
if err.EXISTS {
return val, err