- 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
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/(task‑oriented steps)docs/design/(stable architecture notes)