Commit Graph

3 Commits

Author SHA1 Message Date
1107c7d93d feat: Add support for let and expression statements.
This commit implements parsing for `let` statements, anything that
is not a let statement will be assumed to be an expression statement.
2026-03-12 21:23:09 +01:00
4e2df32e36 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.
2026-03-12 12:50:17 +01:00
93f08d1944 feat: Add parsing for expressions.
This commit adds support for parsing expression using the pratt parsing
approach.
2026-03-12 12:14:00 +01:00