Code dump master
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
commitf7c340413724802fa755c8947d0e74845477c94f
treec7e96b6701eb32e5b5f49317afa59c58a1bdd96b
Code dump

I haven’t finished this,
but this is basically where I had reached last year,
and I feel like dumping the code out there for anyone interested,
since I probably won’t finish it any time soon.

I haven’t included *quite* all that I did, but it’s fairly close.
The stuff I haven’t included I’m confident I’d want to redo.
12 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
README.ttt [new file with mode: 0644]
bytecode.ttt [new file with mode: 0644]
rust-client/Cargo.toml [new file with mode: 0644]
rust-client/src/dictionaries.rs [new file with mode: 0644]
rust-client/src/lib.rs [new file with mode: 0644]
rust-client/tests/web.rs [new file with mode: 0644]
todo.ttt [new file with mode: 0644]
vm/src/build.rs [new file with mode: 0644]
vm/src/vm.min.js.template [new file with mode: 0644]
vm/src/vm.ts.template [new file with mode: 0644]