{"id":19759632,"url":"https://github.com/ekicyou/pasta","last_synced_at":"2026-06-14T03:05:29.949Z","repository":{"id":330128480,"uuid":"1117183410","full_name":"ekicyou/pasta","owner":"ekicyou","description":"Memories of pasta twine together—now and then a knot, yet always a delight.","archived":false,"fork":false,"pushed_at":"2026-02-21T23:39:06.000Z","size":21730,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-22T06:20:53.521Z","etag":null,"topics":["pasta","ukagaka","ukagaka-shiori"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ekicyou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-12-16T00:30:22.000Z","updated_at":"2026-02-21T23:39:10.000Z","dependencies_parsed_at":"2025-12-25T01:06:44.255Z","dependency_job_id":null,"html_url":"https://github.com/ekicyou/pasta","commit_stats":null,"previous_names":["ekicyou/pasta"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ekicyou/pasta","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekicyou%2Fpasta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekicyou%2Fpasta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekicyou%2Fpasta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekicyou%2Fpasta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ekicyou","download_url":"https://codeload.github.com/ekicyou/pasta/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekicyou%2Fpasta/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30214618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T12:15:00.571Z","status":"ssl_error","status_checked_at":"2026-03-07T12:15:00.217Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pasta","ukagaka","ukagaka-shiori"],"created_at":"2024-11-12T03:30:29.704Z","updated_at":"2026-06-14T03:05:29.937Z","avatar_url":"https://github.com/ekicyou.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"/img/pasta.svg\" alt=\"Pasta logo\" width=\"120\" align=\"left\" style=\"margin-right: 1em;\"\u003e\n\n# pasta\nMemories of pasta twine together—now and then a knot, yet always a delight.\n\n\u003cbr clear=\"both\"\u003e\n\n**pasta** は「伺か」などのデスクトップマスコット、あるいはノベルゲーム向けの対話スクリプトエンジン／SHIORI.DLL です。\n日本語フレンドリーな全角マーカー、前方一致によるランダム選択、Lua ランタイムによる拡張性を特徴とします。\n\n```pasta\n＊OnBoot\n　＠挨拶：ごきげんよう、お待ちしておりましたわ、まあまあ\n　％ぱすた、ラザニア\n　ラザニア：＠挨拶　！\n　　　　　：べ、別にあなたを待っていたわけではありませんのよ？\n　　ぱすた：素直じゃないなあ……\n　　　　　：ようこそ！一緒に楽しもうね。\n```\n\n---\n\n## 📖 ゴーストを作りたい方へ — 利用者マニュアル\n\n### 👉 **[pasta 利用者マニュアル](https://ekicyou.github.io/pasta/)**\n\nPasta DSL の文法、Lua API/コーディング、ゼロからの入門チュートリアルを、**日本語で検索可能な単一サイト**にまとめています。\nゴースト作者の方は、まずこちらからどうぞ。\n\n\u003e 以前 `GRAMMAR.md` や `doc/spec/` に分散していた利用者向けの知識は、上記マニュアルへ集約しました。\n\u003e この README は、pasta **本体の開発**に関わる方のための入口です。\n\n---\n\n## 🛠️ 開発者・コントリビュータの方へ\n\npasta 本体（パーサ・トランスパイラ・ランタイム）の開発に関わる方向けの入口です。\n\n### ドキュメント\n\n| ドキュメント | 説明 |\n| ------------ | ---- |\n| [doc/spec/](doc/spec/) | Pasta DSL 正式言語仕様（章別分割・実装判断の**権威的ソース**） |\n| [GRAMMAR.md](GRAMMAR.md) | 文法クイックリファレンス（開発時の手元参照用） |\n| [マニュアル デバッグ章](https://ekicyou.github.io/pasta/) （[`book/src/debug/`](book/src/debug/)） | デバッグの**権威的ソース**：有効化・VSCode 接続・`.pasta` ソースレベル操作・構造的制約と緩和策。[DEBUGGING.md](DEBUGGING.md) は本章へのリダイレクトスタブ |\n| [CLAUDE.md](CLAUDE.md) | AI 開発支援・Kiro 仕様駆動開発の概要（プロジェクト指示・コマンド一覧） |\n| [SOUL.md](SOUL.md) | コアバリュー・設計原則 |\n| [.kiro/steering/](.kiro/steering/) | プロジェクト構造・技術スタック・開発ワークフローのステアリング |\n\n### クレート構成\n\n| クレート | 役割 |\n| -------- | ---- |\n| [pasta_dsl](crates/pasta_dsl/README.md) | DSL パーサー（Pest PEG → AST） |\n| [pasta_core](crates/pasta_core/README.md) | レジストリ・ユーティリティ（言語非依存層） |\n| [pasta_lua](crates/pasta_lua/README.md) | Lua トランスパイラ・ランタイム（2-pass） |\n| [pasta_shiori](crates/pasta_shiori/README.md) | SHIORI DLL 統合 |\n\nレイヤー構成:\n\n```\nEngine (上位API) → Cache/Loader\n    ↓\nTranspiler (2pass) ← Parser (pasta_dsl, Pest)\n    ↓\nRuntime (LuaJIT VM) → IR Output (ScriptEvent)\n```\n\n### クイックスタート\n\n```bash\ncargo build --workspace   # ビルド\ncargo test --workspace    # テスト\n```\n\n前提: Rust 2024 edition / cargo。詳しいプロジェクト構造は [.kiro/steering/structure.md](.kiro/steering/structure.md) を参照してください。\n\n### エディタ拡張\n\n- [Pasta DSL VSCode 拡張](https://marketplace.visualstudio.com/items?itemName=ekicyou.pasta-vscode) — 構文ハイライト・LSP 連携\n\n---\n\n## ライセンス\n\n[LICENSE](LICENSE) ファイルを参照してください。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekicyou%2Fpasta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fekicyou%2Fpasta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekicyou%2Fpasta/lists"}