diff options
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r-- | compiler/vmdef.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim index 90d23e642..a76e035a0 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -78,6 +78,10 @@ type opcNGetType, opcNStrVal, + opcNSetIntVal, + opcNSetFloatVal, opcNSetSymbol, opcNSetIdent, opcNSetType, opcNSetStrVal, + opcNNewNimNode, opcNCopyNimNode, opcNCopyNimTree, + opcSlurp, opcGorge, opcParseExprToAst, |