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.
|
5 months ago | |
---|---|---|
.gitignore | 5 months ago | |
compiler.cpp | 5 months ago | |
global.h | 5 months ago | |
lexer.cpp | 5 months ago | |
main.cpp | 5 months ago | |
parser.cpp | 5 months ago | |
readme.md | 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"
}
}