cleaning up tests

This commit is contained in:
2022-09-06 09:22:50 +01:00
parent b8f20add66
commit 17f1dc8647
10 changed files with 116 additions and 36 deletions

View File

@@ -55,7 +55,7 @@ typedef enum Opcode {
OP_INDEX_ASSIGN,
OP_DOT_ASSIGN,
//comparion of values
//comparison of values
OP_COMPARE_EQUAL,
OP_COMPARE_NOT_EQUAL,
OP_COMPARE_LESS,