From 21994864559386f1d11c001d6d27714cbf624a15 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 21 Jun 2024 12:56:30 +0100 Subject: add tests, and make dumping disasm optional --- "tests/vars.b\303\276" | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 "tests/vars.b\303\276" (limited to 'tests/vars.bþ') diff --git "a/tests/vars.b\303\276" "b/tests/vars.b\303\276" new file mode 100644 index 0000000..7799acf --- /dev/null +++ "b/tests/vars.b\303\276" @@ -0,0 +1,9 @@ +(do + (set a 5) + (set b 10) + (set thethe 1234) + (print (+ a b)) + (print (- thethe a)) + (print (+ (set a 90) b)) + (print a) + nil) -- cgit v1.2.3