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
353b8022af9918d53b70a2d007b0b6f618f01f4f
hakorune/local_tests/phase6_ref_set_get.hako

15 lines
185 B
Plaintext
Raw Normal View History

docs: update Phase 7 planning and add correct Nyash philosophy test files - Update CLAUDE.md with 32-thread build option - Enhance phase7_async_mir.md with detailed implementation plan - Add Obj class definition to phase6_ref_set_get.nyash - Create phase6_ref_set_get_correct.nyash following Everything is Box philosophy
2025-08-13 21:06:37 +09:00
// Phase 6.1 test: Object creation and field access
box Obj {
init { x }
}
test(local): add Phase 6 VM sample (ref set/get) for acceptance run
2025-08-13 19:33:34 +09:00
static box Main {
main() {
local o
o = new Obj()
o.x = 1
print(o.x)
return o.x
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 74ms 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