From aa1d984db18333d89b6bb2b1fa9852f85edba2de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 8 Nov 2025 21:31:48 +0100 Subject: feat(calc): strengthen reducing --- 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 ec70a41..a530f47 100644 --- a/example/input.txt +++ b/example/input.txt @@ -1,8 +1,8 @@ :a = 7 :b = 4 -:result = (:a + :b) * 10 / 2 +:res = (:a + :b) * 10 / 2 :x = 20 :y = 3 :z = 6 -:value = 10 + :z / :y * :x / 4 +:val = 10 + :z / :y * :x / 4 -- cgit v1.2.3