|
|
d0c21282da
|
chore: Add tools/nekocode-rust to .gitignore
解析ツールをGit追跡から除外(ローカルには保持)
|
2025-08-20 21:03:31 +09:00 |
|
|
|
f07d3d89e8
|
chore: Clean up repository for push - remove large files
- Remove .nekocode_sessions/*.json (analysis files)
- Remove analysis.json (large analysis result)
- Remove NotoSansJP font (9.2MB) from git tracking
- Update .gitignore to prevent future large file commits
- Keep font file locally but don't track in git
|
2025-08-20 08:18:51 +09:00 |
|
|
|
ecda4da54a
|
🧹 Clean up Git tracking: Exclude Rust dev files and LaTeX outputs
- Add nyash-rust/ directory to .gitignore
- Exclude LaTeX generated files (*.aux, *.log, *.out, etc.)
- Keep repository clean from development artifacts
🦀 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-08-13 16:50:16 +09:00 |
|
|
|
0bed0c0271
|
🎉 initial commit: Nyash Programming Language完成版
🚀 主要機能:
• Everything is Box哲学による革新的アーキテクチャ
• WebAssemblyブラウザー対応プレイグラウンド
• アーティスト協同制作デモ - 複数Boxインスタンス実証
• 視覚的デバッグシステム - DebugBox完全統合
• static box Mainパターン - メモリ安全設計
⚡ 言語機能:
• NOT/AND/OR/除算演算子完全実装
• ジェネリクス/テンプレートシステム
• 非同期処理(nowait/await)
• try/catchエラーハンドリング
• Canvas統合グラフィックス
🎨 ブラウザー体験:
• 9種類のインタラクティブデモ
• リアルタイムコード実行
• WebCanvas/WebConsole/WebDisplay
• モバイル対応完了
🤖 Built with Claude Code collaboration
Ready for public release!
|
2025-08-09 15:14:44 +09:00 |
|