feat: Add parsing for expressions.

This commit adds support for parsing expression using the pratt parsing
approach.
This commit is contained in:
2026-03-12 12:14:00 +01:00
parent 9ac8a79151
commit 93f08d1944
5 changed files with 632 additions and 3 deletions

1
test.bky Normal file
View File

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