# Status
• of interest: this is all fast enough to look like a REPL, although it spawns several heavy-weight processes and uses a local browser and websockets
• das2json is now written in javascript (formerly only Odin)
• das2json is a small program which converts a .drawio file into JSON
• this means that drawings can be reduced to JSON, a format which can be manipulated by just about any programming language
• VHLL language:
• got "RT" ("recursive text") compiler (transpiler) to run, at least for Python, and to self-compile
• RT is a VHLL that uses Python, Javascript and Common Lisp as "assemblers"
•
rt
pushed to
repo
• next: test Javascript and Common Lisp self-compilation
• next-next: create a local copy of `t2t`so that the whole thing resides in one repo
• next-next-next: implement Larson Scanner in Javascript in a browser
• README.md expanded to include some discussion of the mechanics of this stuff.