feat: Add support for type parsing.

This commit adds simple primitive type parsing, it also adds
a new type of expression called the cast expression.
This commit is contained in:
2026-03-12 12:50:17 +01:00
parent 93f08d1944
commit 4e2df32e36
5 changed files with 132 additions and 12 deletions

View File

@@ -1 +1 @@
foo.bar(12, 3) - 5
foo.bar - 5 as i32