@tinyland/tinytalk
v0.0.3
Published
A tiny lang.
Downloads
2
Readme
Tinytalk 2
I'm loosely following https://craftinginterpreters.com/, with the idea of making a little Logo-like lang. 🐢
Keeping track of notes from my reading here, and issues here.
Helpful commands
Run Tinytalk on a file:
deno run --allow-read tinytalk.ts hello.tiny
Run Tinytalk REPL:
deno run tinytalk.ts
Generate docs:
deno doc read.ts
Run tests:
deno test
Format everything:
deno fmt