Go to file
ItzzCode fded48d2a4 Take me to your Xbox to play Fortnite today 2022-10-24 23:26:31 -04:00
.gitignore init 2 2022-10-18 22:21:42 -04:00
compiler.cpp I really love to Chug Jug with you 2022-10-22 01:58:36 -04:00
global.h I really love to Chug Jug with you 2022-10-22 01:58:36 -04:00
lexer.cpp We can be pro Fortnite gamers 2022-10-22 02:00:10 -04:00
main.cpp I really love to Chug Jug with you 2022-10-22 01:58:36 -04:00
parser.cpp Take me to your Xbox to play Fortnite today 2022-10-24 23:26:31 -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"
    }
}