]> rethought.computer Git - sorel-lang.git/commitdiff
support else (duh) keep/a1c045f24dff50d50332f44cd5e4a44396e7ff67
authorBryan English <bryan@rethought.computer>
Wed, 28 Jan 2026 04:50:38 +0000 (23:50 -0500)
committerBryan English <bryan@rethought.computer>
Tue, 10 Feb 2026 04:08:54 +0000 (04:08 +0000)
hylo-lang/hyloc/src/ir.rs

index 179566df67527a3d796cc21f3c148fb0fb3e60d8..910cee67778b3bc1c249f352a14cdf274a7017c3 100644 (file)
@@ -120,6 +120,7 @@ impl ImportTree {
                             "puts" => IR::PutS,
                             "putn" => IR::PutN,
                             "if" => IR::If,
+                            "else" => IR::Else,
                             "endif" => IR::EndIf,
                             "=" => IR::Equals,
                             ">" => IR::GreaterThan,