T
Teeny Compilercompiler.js
FeaturesTry ItGitHub
FeaturesTry ItGitHub

Teeny Compiler Docs

Learn how the Teeny language compiles to JavaScript and how to use the interactive playground.

Quickstart

Paste Teeny code, compile it, and explore the Tokens, AST tree, and Generated JavaScript panels.

Read more →

Teeny Language Reference

Syntax and examples for literals, expressions, variables, arrays and control flow.

Read more →

Compilation Pipeline

Tokeniser → Parser (AST) → Code Generation (JavaScript) explained.

Read more →

Playground UI Guide

What the editor, tokens, AST tree and generated JavaScript panels mean.

Read more →

Limitations & Troubleshooting

Known gaps (like blocks { ... }) and tips for reading error messages.

Read more →