introduce nkTupleConstr AST node for unary tuple construction; breaking change

This commit is contained in:
Andreas Rumpf
2018-04-13 17:06:46 +02:00
parent ab426faa22
commit 47335aab41
26 changed files with 91 additions and 56 deletions

View File

@@ -82,7 +82,8 @@ type
nnkGotoState,
nnkState,
nnkBreakState,
nnkFuncDef
nnkFuncDef,
nnkTupleConstr
NimNodeKinds* = set[NimNodeKind]
NimTypeKind* = enum # some types are no longer used, see ast.nim