- Update phase indicator to Phase 15 (Self-Hosting) - Update documentation links to Phase 15 resources - Reflect completion of R1-R5 tasks and ongoing work - Fix CURRENT_TASK.md location to root directory Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
267 B
Rust
10 lines
267 B
Rust
//! nyash-next: Next-generation Nyash crate skeleton.
|
|
//!
|
|
//! This crate is intentionally minimal to keep the legacy `src/` untouched.
|
|
//! Start new modules here while preserving the existing `nyash-rust` crate.
|
|
|
|
pub fn version() -> &'static str {
|
|
"0.1.0-dev"
|
|
}
|
|
|