Logo
Explore Help
Register Sign In
tomoaki/hakorune
1
0
Fork 0
You've already forked hakorune
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
3082c77ecdada93e283b075b48f98f10c9f37a6c
hakorune/local_tests/mir_loop_no_local.nyash

13 lines
263 B
Plaintext
Raw Normal View History

Implement Phase 5.2: static box Main lowering to MIR Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 07:53:14 +00:00
// MIR test with static main pattern - simple loop without field access
Initial analysis and setup for Phase 5.2: static box Main lowering Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 07:47:08 +00:00
static box Main {
init { counter, result }
main() {
Implement Phase 5.2: static box Main lowering to MIR Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 07:53:14 +00:00
local temp
temp = 0
loop(temp < 3) {
temp = temp + 1
Initial analysis and setup for Phase 5.2: static box Main lowering Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 07:47:08 +00:00
}
Implement Phase 5.2: static box Main lowering to MIR Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 07:53:14 +00:00
return temp
Initial analysis and setup for Phase 5.2: static box Main lowering Co-authored-by: moe-charm <217100418+moe-charm@users.noreply.github.com>
2025-08-13 07:47:08 +00:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 19ms 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