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

Comments

  1. That is really cool.  This could be a visual scripting language!

    ReplyDelete
  2. Looks 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^^

    ReplyDelete
  3. It'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

Post a Comment