diff options
author | Araq <rumpf_a@web.de> | 2014-03-22 02:52:06 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-03-22 02:52:06 +0100 |
commit | e53fc91282bc8a5dabc4f12e041fa6ce5400c007 (patch) | |
tree | be7fcdd03635a91596ab813643f3b293db7d30e8 /compiler/vmdef.nim | |
parent | fb5ece805ff5b752ec2e9dc0c49fc34d5abdc6a9 (diff) | |
download | Nim-e53fc91282bc8a5dabc4f12e041fa6ce5400c007.tar.gz |
fixed tuples in a static context; preparations for correct compile time evaluation of integral ops
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r-- | compiler/vmdef.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim index 102fc3024..7725d79b8 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -64,6 +64,7 @@ type opcContainsSet, opcRepr, opcSetLenStr, opcSetLenSeq, opcSwap, opcIsNil, opcOf, opcIs, opcSubStr, opcConv, opcCast, opcQuit, opcReset, + opcNarrowS, opcNarrowU, opcAddStrCh, opcAddStrStr, |