Commit Graph

2 Commits

Author SHA1 Message Date
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