From fece4fc3d4decb70c94b49ab854fa9ae93b4d887 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 14 Aug 2026 14:51:01 -0400 Subject: pit: More VM-style evaluation --- pit/test/test4.pit | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pit/test/test4.pit (limited to 'pit/test') diff --git a/pit/test/test4.pit b/pit/test/test4.pit new file mode 100644 index 0000000..321a988 --- /dev/null +++ b/pit/test/test4.pit @@ -0,0 +1,5 @@ +(or + (case 'foo + ('foo 1) + ('bar 2)) + 3) \ No newline at end of file -- cgit v1.3.1