v0.1 · Pre-alpha — the compiler is under active development Source on GitHub ↗

Getting Started

Full documentation is being written alongside the compiler itself, so every page reflects what actually ships. This section will fill in as each milestone on the roadmap lands — starting with installation and basic syntax once v0.1 is public.

Want to help write the docs? Join the community →

Coming in v0.4 Future

Package manager

A first-party registry and CLI for sharing TEN modules.

terminal
# install a web framework
ten add web

# install AI tooling
ten add ai

# install database driver
ten add database

# browse the registry
ten registry search http
Editor support

Official VS Code extension

Syntax highlighting

Full grammar support for Tamil, Tanglish, and English keywords.

Autocomplete

Context-aware suggestions across all dialects.

Diagnostics

Inline compiler errors as you type.

Formatting

One canonical style, auto-applied on save.

Debugger Future

Step-through debugging planned post v1.0.

Install

Coming Soon — search "TEN" in the VS Code Marketplace.