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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user