parsing of user defined type classes

This commit is contained in:
Zahary Karadjov
2013-08-23 21:32:55 +03:00
parent 56d75bd23b
commit 037a1a3e0f
3 changed files with 35 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ type
nnkBindStmt, nnkMixinStmt,
nnkCommentStmt, nnkStmtListExpr, nnkBlockExpr,
nnkStmtListType, nnkBlockType, nnkTypeOfExpr, nnkObjectTy,
nnkTupleTy, nnkRecList, nnkRecCase, nnkRecWhen,
nnkTupleTy, nnkTypeClassTy, nnkRecList, nnkRecCase, nnkRecWhen,
nnkRefTy, nnkPtrTy, nnkVarTy,
nnkConstTy, nnkMutableTy,
nnkDistinctTy,