docs: sync README and plans with v0.5.x features

Document multi-instance closures, tuples, Iter HOF, diagnostics, and
updated test targets. Refresh QUALITY_PLAN diagnosis and next-day backlog.
This commit is contained in:
2026-07-15 16:16:54 +03:00
parent f1896183f5
commit e805af6ef6
4 changed files with 89 additions and 21 deletions
+8
View File
@@ -129,12 +129,20 @@ Use `--target <triple>` to cross-compile for a different platform. Bux generates
## Running Tests
### Example suite
```bash
make test-examples # all examples/ programs (40+)
make test-errors # golden Rust-style diagnostic output
```
### Compiler Tests
```bash
make test
```
This runs:
- Example suite (`test-examples`)
- Error diagnostic goldens (`test-errors`)
- Lexer unit tests
- Parser unit tests
- Semantic analysis unit tests