aboutsummaryrefslogtreecommitdiff
path: root/example/input.txt
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-11-04 12:52:19 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2025-11-04 12:52:19 +0100
commit0c49df8a68d47b5c42e1d28b43111c341b540145 (patch)
tree7dd919ee2ec2269b5e8f40225a6ae3870aa4c89a /example/input.txt
parentb3ca325dd0c75ec8e779f1cdd31fa54df4aab090 (diff)
feat(tree): support parenthesis
Diffstat (limited to 'example/input.txt')
-rw-r--r--example/input.txt2
1 files changed, 1 insertions, 1 deletions
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