0.0.3 ā€¢ Published 3 years ago

@tinyland/tinytalk v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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
0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago