NimSymbol has been renamed to NimSym

This commit is contained in:
def
2016-06-06 19:54:14 +02:00
parent c6d0dce14f
commit e72b62567c

View File

@@ -33,7 +33,7 @@ contains:
of nnkIdent:
ident: NimIdent ## the identifier
of nnkSym:
symbol: NimSymbol ## the symbol (after symbol lookup phase)
symbol: NimSym ## the symbol (after symbol lookup phase)
else:
sons: seq[NimNode] ## the node's sons (or children)