diff options
author | Araq <rumpf_a@web.de> | 2014-12-05 10:09:29 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-12-05 10:09:29 +0100 |
commit | 4b7de4dc5e628bf08ad6673652f1aa2df019525c (patch) | |
tree | 3e24d90c294a03f7e084e5e3e4c2eab12f58743a /compiler/wordrecg.nim | |
parent | e27ab367318ceb01a023b367ac908c137e3223c7 (diff) | |
download | Nim-4b7de4dc5e628bf08ad6673652f1aa2df019525c.tar.gz |
implemented 'experimental' switch
Diffstat (limited to 'compiler/wordrecg.nim')
-rw-r--r-- | compiler/wordrecg.nim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/compiler/wordrecg.nim b/compiler/wordrecg.nim index 45206e7e7..f08ab0ad9 100644 --- a/compiler/wordrecg.nim +++ b/compiler/wordrecg.nim @@ -61,7 +61,8 @@ type wPassc, wPassl, wBorrow, wDiscardable, wFieldChecks, wWatchPoint, wSubsChar, - wAcyclic, wShallow, wUnroll, wLinearScanEnd, wComputedGoto, wInjectStmt, + wAcyclic, wShallow, wUnroll, wLinearScanEnd, wComputedGoto, + wInjectStmt, wExperimental, wWrite, wGensym, wInject, wDirty, wInheritable, wThreadVar, wEmit, wAsmNoStackFrame, wImplicitStatic, wGlobal, wCodegenDecl, wUnchecked, wGuard, wLocks, @@ -144,7 +145,7 @@ const "passc", "passl", "borrow", "discardable", "fieldchecks", "watchpoint", "subschar", "acyclic", "shallow", "unroll", "linearscanend", - "computedgoto", "injectstmt", + "computedgoto", "injectstmt", "experimental", "write", "gensym", "inject", "dirty", "inheritable", "threadvar", "emit", "asmnostackframe", "implicitstatic", "global", "codegendecl", "unchecked", "guard", "locks", |