Files
hakorune/docs/reference/core-language
tomoaki ab76e39036 feat(parser): Phase 285A1.4 & A1.5 - Weak field sugar + Parser hang fix
A1.4: Add sugar syntax `public weak parent` ≡ `public { weak parent }`
A1.5: Fix parser hang on unsupported `param: Type` syntax

Key changes:
- A1.4: Extend visibility parser to handle weak modifier (fields.rs)
- A1.5: Shared helper `parse_param_name_list()` with progress-zero detection
- A1.5: Fix 6 vulnerable parameter parsing loops (methods, constructors, functions)
- Tests: Sugar syntax (OK/NG), parser hang (timeout-based)
- Docs: lifecycle.md, EBNF.md, phase-285a1-boxification.md

Additional changes:
- weak() builtin implementation (handlers/weak.rs)
- Leak tracking improvements (leak_tracker.rs)
- Documentation updates (lifecycle, types, memory-finalization, etc.)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-24 07:44:50 +09:00
..

Nyash Core Language Documentation

📚 最新の言語仕様

最新の完全な言語リファレンスは以下を参照してください:

📁 このディレクトリの内容

  • design-philosophy.md - Nyashの設計哲学
  • override-delegation-syntax.md - オーバーライド・デリゲーション構文の詳細
  • portability-contract.md - 移植性に関する契約(アーカイブ。参照先: docs/archive/core-language/portability-contract.md

📦 アーカイブ

古い言語仕様ドキュメントは以下に移動しました:

  • docs/archive/language-specs/

注意: 言語仕様に関する最新情報は必ず LANGUAGE_REFERENCE_2025.md を参照してください。