Files
hakorune/dev/README.md

15 lines
623 B
Markdown
Raw Normal View History

Nyash Dev Areas
This folder contains isolated development workspaces that do not interfere with the main source tree. Use these for experiments and focused bringup.
Areas
- selfhosting/: JIT selfhosting pipeline experiments (Ny → MIR → MIRInterp → VM/JIT). Includes quickstart notes and scripts references.
- cranelift/: Cranelift JIT/AOT bringup 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.