You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ItzzCode fded48d2a4 Take me to your Xbox to play Fortnite today 5 months ago
.gitignore init 2 5 months ago
compiler.cpp I really love to Chug Jug with you 5 months ago
global.h I really love to Chug Jug with you 5 months ago
lexer.cpp We can be pro Fortnite gamers 5 months ago
main.cpp I really love to Chug Jug with you 5 months ago
parser.cpp Take me to your Xbox to play Fortnite today 5 months ago
readme.md take me to moisty mire but not loot take 5 months ago

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