2022-10-21 02:37:10 -04:00
2022-10-18 22:21:42 -04:00
2022-10-18 22:21:42 -04:00

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"
    }
}
Description
No description provided
Readme 33 KiB
Languages
C++ 100%