From ff7407c146b8129c2f1cc7ebe3b5771ad2f5dfdd Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 1 Sep 2026 06:26:13 -0400 Subject: pit: Fix evaluator --- pit/test/test6.pit | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pit/test/test6.pit (limited to 'pit/test/test6.pit') diff --git a/pit/test/test6.pit b/pit/test/test6.pit new file mode 100644 index 0000000..93e5860 --- /dev/null +++ b/pit/test/test6.pit @@ -0,0 +1,5 @@ +(print! + (case 'bar + (foo 1) + (bar 2))) + \ No newline at end of file -- cgit v1.3.1