create token name constants in comment package

This commit is contained in:
z7zmey
2018-05-27 22:15:27 +03:00
parent e396f81eea
commit b383fe98fe
8 changed files with 2217 additions and 2000 deletions
-1
View File
@@ -96,7 +96,6 @@ func (l *Parser) GetPositions() parser.Positions {
return l.positions
}
// GetPositions returns positions list
func (l *Parser) setCommentsFromChildNode(n node.Node, c node.Node) {
l.comments.AddComments(n, l.comments[c])
delete(l.comments, c)
+1005 -999
View File
File diff suppressed because it is too large Load Diff
+489 -482
View File
File diff suppressed because it is too large Load Diff