Logo
Explore Help
Register Sign In
tomoaki/hakorune
1
0
Fork 0
You've already forked hakorune
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
b7975c80db875d6f1d172a3b1d994d81694b51dc
hakorune/apps/std/array_std.nyash

13 lines
252 B
Plaintext
Raw Normal View History

phase15: update CLAUDE.md with Phase 15 enhancements from AGENTS.md - Add JIT Self-Host Quickstart section for Phase 15 - Include important flags reference (plugins, parsers, debugging) - Add Codex async workflow documentation for parallel tasks - Update test execution with Phase 15 smoke tests - Improve build time notes (JIT vs LLVM) - Align with current Phase 15 progress and tooling 🎉 Bootstrap (c0→c1→c1') test confirmed working\! Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-05 15:18:13 +09:00
// nyashstd.array – P0 scaffold (JIT-only)
// Minimal placeholder to define file layout and ny_plugins mapping.
static box StdArray {
init { }
len(a) { return 0 }
push(a, v) { return 0 }
pop(a) { return 0 }
slice(a, b, e) { return a }
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 33ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API