1
0
mirror of https://github.com/janet-lang/janet synced 2025-12-13 12:08:07 +00:00

Merge branch 'master' into ev

This commit is contained in:
Calvin Rose
2020-08-23 11:25:04 -05:00
15 changed files with 241 additions and 77 deletions

View File

@@ -1195,6 +1195,7 @@ enum JanetOpCode {
JOP_NEXT,
JOP_NOT_EQUALS,
JOP_NOT_EQUALS_IMMEDIATE,
JOP_CANCEL,
JOP_INSTRUCTION_COUNT
};