From 8a26b3d43e1adb6f9585891500a5fc856fd0ca5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 8 Nov 2025 22:59:31 +0100 Subject: perf(var): replace atoms by charlist --- example/input.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'example') diff --git a/example/input.txt b/example/input.txt index 7233dc7..0d42cb7 100644 --- a/example/input.txt +++ b/example/input.txt @@ -1,7 +1,7 @@ -:a = 7;; :b = 4;; -(:a + :b) * 10 / 2 +a = 7;; b = 4 +(a + b) * 10 / 2 -:x = 20 -:y = 3 -:z = 6 -10 + :z / :y * :x / 4 +x = 20 +y = 3 +z = 6 +10 + z / y * x / 4 -- cgit v1.2.3