Files
hakorune/docs/archive
nyash-codex 7c55baa818 refactor(joinir): Phase 190 convert.rs modularization
- Created joinir_function_converter.rs (~133 lines): Function-level conversion
- Created joinir_block_converter.rs (~691 lines): Block-level conversion
- Reduced convert.rs from 943 → 120 lines (87% reduction)
- Total: 944 lines (original 943 lines, minimal overhead)
- Separation of concerns: Function vs Block responsibilities
- All handlers moved to block_converter for better organization
- Maintained backward compatibility with existing API
- Build successful, simple tests passing
2025-12-05 14:41:24 +09:00
..

Nyash Docs Archive

This folder stores deprecated or historical documents. Links from active docs should not point here.

When moving files into archive/:

  • Add a brief note at the top explaining why it was archived and the new canonical location if any.
  • Do not update content except light headers; avoid drifting from the canonical reference.

When searching for current information, prefer:

  • docs/reference/ (specifications)
  • docs/guides/ (user guides)
  • docs/how-to/ (taskoriented steps)
  • docs/design/ (stable architecture notes)