Files
hakorune/docs
Moe Charm 2b738196ca feat(phase-9.75g-0): Adopt ChatGPT final BID-FFI design and update specifications
- Update ffi-abi-specification.md to BID-1 Enhanced Edition
  - Add efficient Handle design (type_id + instance_id)
  - Define BID-1 TLV unified format for arguments/results
  - Add Plugin API with NyashHostVtable and metadata support
  - Include complete FileBox plugin example in C
  - Standardize error codes (NYB_SUCCESS, NYB_E_*)
  - Support 8-byte alignment and platform-dependent usize

- Add phase_9_75g_0_chatgpt_enhanced_final.md as the final design
  - Incorporates all ChatGPT-5 recommendations
  - Confirms 1-week implementation feasibility
  - Aligns with Everything is Box philosophy

- Update CURRENT_TASK.md to reflect Day 1 progress
  - Mark specification finalization as complete
  - Ready to start actual implementation

Everything is Box philosophy meets practical FFI/ABI design\!

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-17 18:17:04 +09:00
..

📚 Nyash Documentation

最初に確認:

  • 現在のタスク: docs/CURRENT_TASK.md
  • コア概念の速習: docs/nyash_core_concepts.md

構成最小3系

  • 説明書: docs/説明書/README.md
    • ネイティブビルド: docs/説明書/native-build/README.md
    • WASM: docs/説明書/wasm/
    • 入門/言語ガイド/P2P/リファレンス: docs/説明書/, docs/説明書/reference/
  • 予定: docs/予定/README.md
    • CURRENT_TASK, ネイティブ計画、フェーズ課題
  • archive: docs/archive/
    • 旧資料・議事録・試験メモ

すぐ始める

  • Getting Started: docs/説明書/GETTING_STARTED.md
  • Language Guide: docs/説明書/LANGUAGE_GUIDE.md
  • P2P Guide: docs/説明書/P2P_GUIDE.md

参考資料Reference

  • 言語リファレンス: docs/説明書/reference/language-reference.md
  • デリゲーション構文: docs/説明書/reference/override-delegation-syntax.md
  • 設計思想: docs/説明書/reference/design-philosophy.md
  • ビルトイン一覧: docs/説明書/reference/builtin-boxes.md
  • P2P仕様: docs/説明書/reference/p2p_spec.md
  • 詳細仕様フォルダ: docs/説明書/reference/language-specification/

Nyash は「Everything is Box」哲学に基づく言語です。詳細はコア概念とガイドを参照してください。