* WIP: sync before merging origin/main * fix: unify using/module + build CLI; add missing helper in runner; build passes; core smokes green; jit any.len string now returns 3 * Apply local changes after merging main; keep docs/phase-15 removed per main; add phase-15.1 docs and tests * Remove legacy docs/phase-15/README.md to align with main * integration: add Core-13 pure CI, tests, and minimal LLVM execute bridge (no docs) (#125) Co-authored-by: Tomoaki <tomoaki@example.com> --------- Co-authored-by: Selfhosting Dev <selfhost@example.invalid> Co-authored-by: Tomoaki <tomoaki@example.com>
Nyash Dev Areas
This folder contains isolated development workspaces that do not interfere with the main source tree. Use these for experiments and focused bring‑up.
Areas
- selfhosting/: JIT self‑hosting pipeline experiments (Ny → MIR → MIR‑Interp → VM/JIT). Includes quickstart notes and scripts references.
- cranelift/: Cranelift JIT/AOT bring‑up and AOT link experiments; smokes and env toggles.
Notes
- Keep experiments and artifacts inside each subfolder. Avoid modifying the core
src/unless changes are ready to graduate. - Prefer scripts under
tools/and add thin wrappers here if needed.