From 8f9730d89e66ab1cbf08cbc0dea2a429d135e0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sun, 9 Nov 2025 12:49:15 +0100 Subject: feat(parser): supports implicit mult --- example/input.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example') 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) -- cgit v1.2.3