docs: add MIR13 mode doc and set PHI-off as default; bridge lowering split (if/loop/try); llvmlite resolver stabilization; curated runner default PHI-off; refresh CURRENT_TASK.md

This commit is contained in:
Selfhosting Dev
2025-09-17 10:58:12 +09:00
parent 31f90012e0
commit d99b941218
131 changed files with 2584 additions and 2657 deletions

19
docs/how-to/README.md Normal file
View File

@ -0,0 +1,19 @@
# Nyash HowTo Guides
Taskoriented, copypaste friendly instructions for common goals.
Use when you already know what you want to do and just need the steps.
Suggested structure (add as needed):
- Build & Run
- AOT build with LLVM
- Run with PyVM / VM / JIT
- Tooling
- Enable verbose logs
- Run curated smokes / parity checks
- Language
- Using and namespaces quick setup
- Array/Map literals gate toggles
Contributions: keep each guide short (12 screens), start with prerequisites, end with verify step.