diff options
Diffstat (limited to 'compiler/ast.nim')
-rwxr-xr-x | compiler/ast.nim | 1 |
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} |