[fine] Evaluate is expressions, SO MANY BUG FIXES

This commit is contained in:
John Doty 2024-02-03 09:38:08 -08:00
parent b5b56b49a9
commit 198dc5bdb3
6 changed files with 215 additions and 42 deletions

View file

@ -10,9 +10,10 @@ fun test() -> f64 {
result = result + 1;
}
if b is c:Foo and c.a == 24 {
result = result + 1;
result = result + 10;
}
result
}
// @no-errors
// @eval: Float(1.0)