From 38927a2169b9a99b0936122121ba849e109248df Mon Sep 17 00:00:00 2001 From: mRnea Date: Sat, 3 Aug 2024 12:03:58 +0300 Subject: added some basic tests --- test/bits.lorth | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/bits.lorth (limited to 'test/bits.lorth') diff --git a/test/bits.lorth b/test/bits.lorth new file mode 100644 index 0000000..77be5b0 --- /dev/null +++ b/test/bits.lorth @@ -0,0 +1,15 @@ +;;; test +;;; (format nil "~{~a~%~}" (append '(0 1 2) +;;; '(7 3 5) +;;; '(4 32 12))) +1 2 & dump +1 1 & dump +3 2 & dump + +1 2 4 | | dump +3 1 | dump +5 5 | dump + +32 3 >> dump +1 5 << dump +3 2 << dump \ No newline at end of file -- cgit v1.2.3