This website requires JavaScript.
Explore
Help
Register
Sign In
tomoaki
/
hakorune
Watch
1
Star
0
Fork
0
You've already forked hakorune
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
cf4b615afbdfed7db9b19a6178a8c58a42ef529d
hakorune
/
apps
/
tests
/
macro
/
if
/
assign.nyash
8 lines
63 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests(macro): inline samples into new directory hierarchy and drop legacy macro_golden_* sources
2025-09-20 03:37:20 +09:00
local x = 0
llvm(smoke): make PHI hygiene robust; sanitize empty PHI via env; adjust tests to statement-if; allow non-zero exit; compute empty PHI safely
2025-09-20 05:21:09 +09:00
if (1 < 2) {
x = 10
} else {
x = 20
}
tests(macro): inline samples into new directory hierarchy and drop legacy macro_golden_* sources
2025-09-20 03:37:20 +09:00
print(x)
Reference in New Issue
Copy Permalink