Go to file
ItzzCode 8d1504a6a7 take me to moisty mire but not loot take 2022-10-21 02:37:10 -04:00
.gitignore init 2 2022-10-18 22:21:42 -04:00
compiler.cpp take me to moisty mire but not loot take 2022-10-21 02:37:10 -04:00
global.h init 2 2022-10-18 22:21:42 -04:00
main.cpp AAAAAAAAAAAAAAAAUUUUUUUUUUGGGGGGGGGGGGGGHHHHHHHHHHHHH 2022-10-20 22:08:29 -04:00
readme.md take me to moisty mire but not loot take 2022-10-21 02:37:10 -04:00

readme.md

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"
    }
}