feat: add support for booleans and comparision operators

This commit is contained in:
2026-04-21 10:56:42 +02:00
parent bad6b9e116
commit eb3663dfbb
11 changed files with 293 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
fn main() -> i32 {
return 42;
return 10 * 4 + 2;
}