diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-11-10 13:27:11 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-11-10 13:27:11 +0100 |
| commit | 037094a928653ed27f1f9d5497f637af1c5380e0 (patch) | |
| tree | 477930f59cbf2db32705f16a1af779e0563c6080 /example/input.txt | |
| parent | 96299cbf09bdb75e4d6c6849c9c4c3ce000a6fc5 (diff) | |
fix(parser): not parsing right number with 0 after dot
Diffstat (limited to 'example/input.txt')
| -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 909e250..9c49d56 100644 --- a/example/input.txt +++ b/example/input.txt @@ -1,4 +1,4 @@ -a = 10.5;; b = .5 +a = 10.05;; b = .95 (a + b) * 10 / 2 x = 2_0 |
