From 8c3037662ba572a6935170dbd4cb8cc8a3636417 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 22 Jun 2024 18:22:24 +0100 Subject: compilation of functions, and some parts of interpreting them --- tests/func1.bth | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/func1.bth (limited to 'tests/func1.bth') diff --git a/tests/func1.bth b/tests/func1.bth new file mode 100644 index 0000000..c46e956 --- /dev/null +++ b/tests/func1.bth @@ -0,0 +1,3 @@ +(do + (set f (fn (_) 42)) + (f 0)) -- cgit v1.2.3