TreeLang/readme.md

303 B

TreeLang

TreeLang is an half esolang thingy with trees

Examples

# assigning to treeThing
treeThing <- 93 { # root node
    "childNode1", # child node 1: the legacy of the root
    1942 {        # child node with children
        "AAA",    # child of child
        "AUGH"
    }
}