diff options
Diffstat (limited to 'compiler/ast.nim')
-rwxr-xr-x | compiler/ast.nim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim index 30989f392..550bda122 100755 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -281,7 +281,9 @@ type nfBase2, # nfBase10 is default, so not needed nfBase8, nfBase16, - nfAllConst, # used to mark complex expressions constant + nfAllConst, # used to mark complex expressions constant; easy to get rid of + # but unfortunately it has measurable impact for compilation + # efficiency nfTransf, # node has been transformed nfSem # node has been checked for semantics |