feat: semantics for if statements and multi-prong if statements

This commit is contained in:
Brett Broadhurst 2026-03-10 16:52:13 -06:00
parent 9658c8a308
commit ce5385ebac
Failed to generate hash of commit
6 changed files with 553 additions and 317 deletions

View file

@ -524,7 +524,7 @@ pub fn loadFromString(
.dump_writer = options.dump_writer,
};
try compiled.buildRuntime(gpa, sem_ir, &story);
// try story.divert("$__main__$");
// story.can_advance = true;
try story.divert("$__main__$");
story.can_advance = true;
return story;
}