A "pet project" experiment ! Not a new language, but something different !
A "pet project" experiment ! Not a new language, but something different !
https://github.com/davidberneda/TeeCode
https://github.com/davidberneda/TeeCode
https://github.com/davidberneda/TeeCode
https://github.com/davidberneda/TeeCode
interesting!
ReplyDeleteThat is really cool. This could be a visual scripting language!
ReplyDeleteLooks interesting. At at the same time(by looking at the codegeneration) it looks like a reversed compielr, by creating an AST which is degenerated into source^^
ReplyDeleteIt's a code DOM/AST without a tokenizer or parser, so you get to create the AST manually. It's often the first step you take when you want to make language-independant bytecode or AST :-)
ReplyDelete