# 🌍 Roadmap
## v0.1 — MVP
- CLI runner for `.dash` files
- Variables, arithmetic, control flow
- Functions with return values
## v0.2 — Language Expansion
- Add booleans and logical operators
- Support string operations and concatenation
- Introduce arrays/lists
## v0.3 — Developer Experience
- REPL mode
- Better error diagnostics
- Built-in standard library functions
## v0.4 — Ecosystem
- Package manager or module system
- DashScript playground (web-based)
- Publish to crates.io as a library
## Long-Term Vision
- Typed variant of Dash (DashType?)
- WASM backend for embedding
- DashScript for scripting games or automation