feat: add expression statements and assign expressions

This commit is contained in:
2026-04-21 23:18:13 +02:00
parent 3fe307eff8
commit 68ec14e541
7 changed files with 190 additions and 5 deletions
+3
View File
@@ -104,4 +104,7 @@ run_harness_test "tests/if-else.src" "tests/if-else.c" 0
# Test variable declarations and scoping.
run_test "tests/let_stmt.src" 30
# Test assignments and multi-assignments
run_test "tests/assign.src" 42
echo "All end-to-end tests passed!"