diff options
Diffstat (limited to 'compiler/ast.nim')
-rwxr-xr-x | compiler/ast.nim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim index 200f32ed2..fb4300c89 100755 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -265,6 +265,10 @@ type tyIter, # unused tyProxy # currently unused +const + tyPureObject* = tyTuple + +type TTypeKinds* = set[TTypeKind] TNodeFlag* = enum |