From c581804c6ffa5824a9b762097a990425007e49cf Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 17 Jun 2024 18:38:50 +0200 Subject: Add let/set/struct parsing --- tests/arithmetic_expected.txt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tests/arithmetic_expected.txt (limited to 'tests/arithmetic_expected.txt') diff --git a/tests/arithmetic_expected.txt b/tests/arithmetic_expected.txt deleted file mode 100644 index a2a5a83..0000000 --- a/tests/arithmetic_expected.txt +++ /dev/null @@ -1,13 +0,0 @@ -(+ 10 100) -> 110 -(+ 1 -2 3 4) -> 6 -(- 100 75) -> 25 -(- 10 20 30) -> -40 -(* 10 7) -> 70 -(* -1 66) -> -66 -(/ 45 5) -> 9 -(/ 10 5 2) -> 1 -(% 45 5) -> 0 -(% 45 7) -> 3 -(% 120 45) -> 30 -(% 120 45 8) -> 6 -(* 20 (+ 100 (- 50 30) (/ 300 3)) 10) -> 44000 -- cgit v1.2.1