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