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
b2af9fb297513e014d1a30a60f7d9eddbf8c5320
hakorune/local_tests/mir_loop_no_local.hako

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: 80ms 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