Parses indented code (Python, Pug, Stylus, Pixy, codetree, etc.) and returns a tree structure.
go get github.com/aerogo/codetree
tree, err := codetree.New(reader)
defer tree.Close()
parent1
child1
child2
child3
child3.1
child3.2
child4
parent2
child1
See CodeTree structure.
The root node always starts with Indent
being -1
.
Please take a look at the style guidelines if you'd like to make a pull request.
Cedric Fung | Scott Rayapoullé | Eduard Urbach |
Want to see your own name here?