UnaryExpr and fix type check for BynaryExpr

This commit is contained in:
uan
2026-02-04 19:11:08 +01:00
parent fc79c23b77
commit 541d3c7c7f
3 changed files with 44 additions and 48 deletions

View File

@@ -1 +1,3 @@
let a bool = 2 <= 4;
let a int = 2;
a++;
a *= 3.6 + 1.1;