summary refs log tree commit diff stats
path: root/compiler/ast.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ast.nim')
-rwxr-xr-xcompiler/ast.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim
index 83bd360f2..870b2c016 100755
--- a/compiler/ast.nim
+++ b/compiler/ast.nim
@@ -715,6 +715,7 @@ const
                   nkCommand, nkCallStrLit}
 
   nkLambdaKinds* = {nkLambda, nkDo}
+  nkSymChoices* = {nkClosedSymChoice, nkOpenSymChoice}
 
   skLocalVars* = {skVar, skLet, skForVar, skParam}