2025-11-06 15:41:52 +09:00
|
|
|
🚀 Nyash MIR Compiler - Processing file: local_tests/test_simple_string.hako 🚀
|
2025-08-17 17:31:46 +09:00
|
|
|
🔍 build_new_expression: class=StringBox, arguments=[Literal { value: String("Hello"), span: Span { start: 0, end: 0, line: 1, column: 1 } }]
|
|
|
|
|
🔍 build_new_expression: StringBox with literal string: "Hello"
|
2025-11-06 15:41:52 +09:00
|
|
|
🚀 MIR Output for local_tests/test_simple_string.hako:
|
2025-08-17 17:31:46 +09:00
|
|
|
; MIR Module: main
|
|
|
|
|
|
|
|
|
|
define void @main() {
|
|
|
|
|
bb0:
|
|
|
|
|
0: safepoint
|
|
|
|
|
1: %0 = const "Hello"
|
|
|
|
|
2: %1 = ref_new %0
|
|
|
|
|
3: ret %1
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|