From 3a31347d38ae9a4c04c52304330b50f95a54a826 Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 5 Jul 2022 23:39:18 +0200 Subject: Implement ForIn statement compilation --- pkg/lang/vm/text/decompiler.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/lang/vm/text/decompiler.go') diff --git a/pkg/lang/vm/text/decompiler.go b/pkg/lang/vm/text/decompiler.go index c8922ec..bef066b 100644 --- a/pkg/lang/vm/text/decompiler.go +++ b/pkg/lang/vm/text/decompiler.go @@ -61,6 +61,7 @@ func (d *Decompiler) decompileInstruction(bc code.Raw) (string, code.Raw) { code.OpSub, code.OpMod, code.OpIndex, + code.OpLt, code.OpLte, code.OpRet, code.OpTempArrLen, -- cgit 1.4.1