From 244e46ed692e9d2a7c4be7c0f5adda03239ee2fd Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 10 Nov 2025 00:21:40 +0100 Subject: feat(parser): supports _ in numbers --- example/input.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') 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) -- cgit v1.2.3