diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-11-10 00:21:40 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-11-10 00:21:40 +0100 |
| commit | 244e46ed692e9d2a7c4be7c0f5adda03239ee2fd (patch) | |
| tree | 58e4d516a9bfe6d173380c4f557afb2e22816cd1 /example | |
| parent | 2019a495893f138f70e189483f36b219eabe20e2 (diff) | |
feat(parser): supports _ in numbers
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 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) |
