mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-28 09:31:38 +00:00
introduce nkTupleConstr AST node for unary tuple construction; breaking change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user