feat: Add support for compound statements.

This commit adds parsing logic for compound statements.
This commit is contained in:
2026-03-12 21:42:40 +01:00
parent 1107c7d93d
commit cde0ff5582
4 changed files with 56 additions and 3 deletions

View File

@@ -1 +1,4 @@
let test: i32 = foo.bar - 5 as i32;
{
let a : 0;
f();
}