docs: update ROADMAP + PHASE8 for for-in loops

- Mark range-based for-in as done
- Note collection-based for-in blocked by generic monomorphization
This commit is contained in:
2026-06-09 21:55:40 +03:00
parent 74db8a5790
commit b3141dbcd5
2 changed files with 8 additions and 4 deletions
+2
View File
@@ -296,6 +296,8 @@ Crates.io е непреодолимо предимство. Ние се конк
- ✅ Basic borrow checker (`@[Checked]`) — готово
- ✅ Closures (capture-less anonymous functions) — готово
- ✅ Closures with captures — готово
-`for i in lo..hi` / `for i in lo..=hi` range loops — готово
- 🔄 `for x in collection` (Array/Map/Channel) — чака generic monomorphization
- 🎯 Target: Можеш да напишеш `bux` package manager на Bux
### Milestone B: "Използваем за systems programming" (2 месеца)