diff options
Diffstat (limited to 'compiler/nodekinds.nim')
-rw-r--r-- | compiler/nodekinds.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/nodekinds.nim b/compiler/nodekinds.nim index 98ae9405d..ccdbbd26d 100644 --- a/compiler/nodekinds.nim +++ b/compiler/nodekinds.nim @@ -204,6 +204,7 @@ type nkModuleRef # for .rod file support: A (moduleId, itemId) pair nkReplayAction # for .rod file support: A replay action nkNilRodNode # for .rod file support: a 'nil' PNode + nkOpenSym # container for captured sym that can be overriden by local symbols const nkCallKinds* = {nkCall, nkInfix, nkPrefix, nkPostfix, |