summary refs log tree commit diff stats
path: root/compiler/ast.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-07-17 13:19:42 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-07-17 13:19:42 +0200
commit32afdc09c6e2e6b32566df9e70cb71ae43eb9355 (patch)
treef658d3e747a67de7d543136e81cebbbdb35abcac /compiler/ast.nim
parent74bf316619129b3c07c35c796cbc8744cbca87aa (diff)
downloadNim-32afdc09c6e2e6b32566df9e70cb71ae43eb9355.tar.gz
WIP: strings/seqs based on destructors
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r--compiler/ast.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim
index 6302c21b9..7cc785ad7 100644
--- a/compiler/ast.nim
+++ b/compiler/ast.nim
@@ -626,6 +626,7 @@ type
     mIsPartOf, mAstToStr, mParallel,
     mSwap, mIsNil, mArrToSeq, mCopyStr, mCopyStrLast,
     mNewString, mNewStringOfCap, mParseBiggestFloat,
+    mMove, mWasMoved,
     mReset,
     mArray, mOpenArray, mRange, mSet, mSeq, mOpt, mVarargs,
     mRef, mPtr, mVar, mDistinct, mVoid, mTuple,