Popularity
2.1
Declining
Activity
0.0
Stable
23
3
5

Programming language: Go
License: GNU General Public License v3.0 or later
Latest version: v1.2.10

codetree alternatives and similar packages

Based on the "Specific Formats" category.
Alternatively, view codetree alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of codetree or a related project?

Add another 'Specific Formats' Package

README

codetree

Godoc Report Tests Coverage Sponsor

Parses indented code (Python, Pug, Stylus, Pixy, codetree, etc.) and returns a tree structure.

Installation

go get github.com/aerogo/codetree

Usage

tree, err := codetree.New(reader)
defer tree.Close()

Input

parent1
    child1
    child2
    child3
        child3.1
        child3.2
    child4

parent2
    child1

Output

See CodeTree structure.

The root node always starts with Indent being -1.

Style

Please take a look at the style guidelines if you'd like to make a pull request.

Sponsors

Cedric Fung Scott Rayapoullé Eduard Urbach
Cedric Fung Scott Rayapoullé Eduard Urbach

Want to see your own name here?