// docs
Documentation
The design specs that define the language. Tape is under active development — these describe the target, not necessarily what's implemented today.
language spec
Syntax, types, expressions, statements, declarations.
architectureCompiler pipeline, TAC IR, VM and native backends.
componentsProps, slots, events, vtable dispatch.
source regionsSub-languages within .tape files.
memory & ownershipOwnership model, managed types, pointers, defer.
concurrencyWorker threads, message passing, actor model.
CLI referencetape run, tape build, tape test, tape repl.