.gitignore | ||
compiler.cpp | ||
global.h | ||
main.cpp | ||
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"
}
}