aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-11-09 12:49:15 +0100
committerWilliam Hergès <william@herges.fr>2025-11-09 12:49:15 +0100
commit8f9730d89e66ab1cbf08cbc0dea2a429d135e0da (patch)
treefee1312ae3ff572ebb2f5a9ff6b22fb66a66644a /example
parent5c422b7ef948a0fd579a0750ab29ab93e36b0e95 (diff)
feat(parser): supports implicit mult
Diffstat (limited to 'example')
-rw-r--r--example/input.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/input.txt b/example/input.txt
index 0d42cb7..a32d267 100644
--- a/example/input.txt
+++ b/example/input.txt
@@ -3,5 +3,5 @@ a = 7;; b = 4
x = 20
y = 3
-z = 6
-10 + z / y * x / 4
+z = 2y
+10 + 4(z / y)(x / 4)