feat: add support for let statements

This commit is contained in:
2026-04-21 23:03:03 +02:00
parent 42ba357302
commit 3fe307eff8
8 changed files with 212 additions and 10 deletions
+3
View File
@@ -101,4 +101,7 @@ run_harness_test "tests/booleans.src" "tests/booleans.c" 0
# Test if and else statements.
run_harness_test "tests/if-else.src" "tests/if-else.c" 0
# Test variable declarations and scoping.
run_test "tests/let_stmt.src" 30
echo "All end-to-end tests passed!"