diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-11-04 12:52:19 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-11-04 12:52:19 +0100 |
| commit | 0c49df8a68d47b5c42e1d28b43111c341b540145 (patch) | |
| tree | 7dd919ee2ec2269b5e8f40225a6ae3870aa4c89a /example | |
| parent | b3ca325dd0c75ec8e779f1cdd31fa54df4aab090 (diff) | |
feat(tree): support parenthesis
Diffstat (limited to 'example')
| -rw-r--r-- | example/input.txt | 2 |
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 |
