Add if else if chains

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-03-09 12:51:49 +01:00
parent ef02e94591
commit ff308649b9
10 changed files with 241 additions and 115 deletions

View file

@ -14,7 +14,7 @@ input_file: tests/cases/condition.nomo
emit_slot: VariableSlot {
index: 0,
},
jump: 3,
jump: 9223372036854775807,
},
AppendContent {
content: "\n " (13..18),
@ -22,6 +22,12 @@ input_file: tests/cases/condition.nomo
AppendContent {
content: "Hello World!" (18..30),
},
Jump {
jump: 3,
},
AppendContent {
content: "\n " (13..18),
},
AppendContent {
content: "\n" (30..31),
},