Major milestone: - Set up apps/selfhost-compiler/ directory structure - Implement basic Nyash compiler in Nyash (CompilerBox) - Stage-1: Basic arithmetic parser (int/string/+/-/*/括弧/return) - JSON v0 output compatible with --ny-parser-pipe - Runner integration with NYASH_USE_NY_COMPILER=1 flag - Comprehensive smoke tests for PHI/Bridge/Stage-2 Technical updates: - Updated CLAUDE.md with Phase 15.3 status and MIR14 details - Statement separation policy: newline-based with minimal ASI - Fixed runaway ny-parser-pipe processes (CPU 94.9%) - Clarified MIR14 as canonical instruction set (not 13/18) - LoopForm strategy: PHI auto-generation during reverse lowering Collaborative development: - ChatGPT5 implementing compiler skeleton - Codex provided LoopForm PHI generation guidance - Claude maintaining documentation and coordination 🎉 セルフホスティングの歴史的一歩!自分自身をコンパイルする日が近いにゃ! Co-Authored-By: ChatGPT <noreply@openai.com>
Nyash User Guides 📚
Nyashプログラミング言語の利用者向けガイドとチュートリアルです。
🚀 はじめに
getting-started.md- Nyashを始めるためのクイックガイド
📖 サブディレクトリ
tutorials/
hello-world.md- 最初のNyashプログラムbasic-boxes.md- Box(クラス)の基礎delegation.md- デリゲーションの使い方p2p-apps.md- P2Pアプリケーション開発
examples/
- 実践的なサンプルコード集
- よくあるパターンの実装例
- ベストプラクティス
wasm-guide/
- WebAssemblyビルドガイド
- ブラウザープレイグラウンドの使い方
- Webアプリケーション開発
🎯 学習順序
getting-started.mdから始めるtutorials/のチュートリアルを順番にexamples/で実践的なコードを学ぶ- 特定用途(WASM等)は各ガイドへ