aboutsummaryrefslogtreecommitdiff
path: root/example/input.txt
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-11-10 00:21:40 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2025-11-10 00:21:40 +0100
commit244e46ed692e9d2a7c4be7c0f5adda03239ee2fd (patch)
tree58e4d516a9bfe6d173380c4f557afb2e22816cd1 /example/input.txt
parent2019a495893f138f70e189483f36b219eabe20e2 (diff)
feat(parser): supports _ in numbers
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 32146f2..1f4789b 100644
--- a/example/input.txt
+++ b/example/input.txt
@@ -1,7 +1,7 @@
a = 7;; b = 4
(a + b) * 10 / 2
-x = 20
+x = 2_0
y = 2!
z = y/2
10 + 4(z / y)(x / 4)