From 0c49df8a68d47b5c42e1d28b43111c341b540145 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 4 Nov 2025 12:52:19 +0100 Subject: feat(tree): support parenthesis --- example/input.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/input.txt b/example/input.txt index cb3073b..ec70a41 100644 --- a/example/input.txt +++ b/example/input.txt @@ -1,6 +1,6 @@ :a = 7 :b = 4 -:result = :a + :b * 10 / 2 +:result = (:a + :b) * 10 / 2 :x = 20 :y = 3 -- cgit v1.2.3