aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-11-10 12:27:21 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2025-11-10 12:27:21 +0100
commit96299cbf09bdb75e4d6c6849c9c4c3ce000a6fc5 (patch)
tree7d5f21e6c884a2cd87c619c5d97fddb4cceb7ea8 /example
parent7536cdbd312dff03ab10e46929dc1b072f881d01 (diff)
feat(parser): supports literal decimal numbers
Diffstat (limited to 'example')
-rw-r--r--example/input.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/input.txt b/example/input.txt
index 1f4789b..909e250 100644
--- a/example/input.txt
+++ b/example/input.txt
@@ -1,4 +1,4 @@
-a = 7;; b = 4
+a = 10.5;; b = .5
(a + b) * 10 / 2
x = 2_0