handle nodes positions

This commit is contained in:
z7zmey
2017-12-31 20:53:55 +02:00
parent f2d972582f
commit 30187b1db1
7 changed files with 1530 additions and 1165 deletions

View File

@@ -7,7 +7,7 @@ import (
type Encapsed struct {
name string
attributes map[string]interface{}
position *node.Position
position *node.Position
parts []node.Node
}