2022-10-24 23:26:31 -04:00
2022-10-18 22:21:42 -04:00
2022-10-22 01:58:36 -04:00
2022-10-22 02:00:10 -04:00
2022-10-22 01:58:36 -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%