Files
hakorune/docs/説明書
Moe Charm 72b63546b0 feat(phase-9.75g-0): Add simple nyash.toml parser for plugin configuration
-  Simple TOML parser for [plugins] section
-  Maps Box names to plugin names (e.g., FileBox => filebox)
-  Handles comments and empty lines
-  Complete test coverage
- 🎯 Minimal implementation for transparent Box replacement!

Part of Day 4 FileBox plugin implementation (60% → 70%)

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-17 22:05:47 +09:00
..

Nyash 説明書(ユーザー向けガイド)

🚀 実行方式

🎯 入門・基本

  • ネイティブビルド: docs/説明書/native-build/README.md
  • WASM: docs/説明書/wasm/wasm_quick_start.md, docs/説明書/wasm/wasm_browser_plan.md
  • 入門: docs/説明書/GETTING_STARTED.md, docs/説明書/GETTING_STARTED_2025.md
  • 言語ガイド: docs/説明書/LANGUAGE_GUIDE.md, docs/説明書/LANGUAGE_OVERVIEW_2025.md
  • コア概念: docs/nyash_core_concepts.md
  • P2P: docs/説明書/P2P_GUIDE.md

参考資料 (Reference):

  • docs/説明書/reference/language-reference.md (仕様)
  • docs/説明書/reference/finalization-system.md (fini/弱参照の不変)
  • docs/説明書/reference/override-delegation-syntax.md (委譲構文)
  • docs/説明書/reference/builtin-boxes.md (ビルトイン一覧)
  • docs/説明書/reference/p2p_spec.md (P2P仕様)
  • docs/説明書/reference/language-specification/ (詳細仕様)

その他ガイド:

  • docs/説明書/guides/1_getting_started.md
  • docs/説明書/guides/2_language_guide.md
  • docs/説明書/guides/playground_guide.md

ネイティブ計画・相談ログ: docs/予定/native-plan/README.md