I decided to drop the idea that comments somehow depend on "real" AST nodes. So there are no more comments attributes in nodes.
Instead I added separate Comment node type. Same as any other AST node it inherits from AST and can be stored and manipulated accordingly
I decided to drop the idea that comments somehow depend on "real" AST nodes. So there are no more
comments
attributes in nodes. Instead I added separateComment
node type. Same as any other AST node it inherits from AST and can be stored and manipulated accordingly