From 678a2abe60261e676ab5b1247bc45fe28480c5af Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 3 Jun 2025 00:29:15 +0100 Subject: Add some example scripts to test against --- examples/test.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 examples/test.scm (limited to 'examples/test.scm') diff --git a/examples/test.scm b/examples/test.scm new file mode 100644 index 0000000..9717e03 --- /dev/null +++ b/examples/test.scm @@ -0,0 +1,26 @@ +;; a comment at the start +( ; another comment here + print #| + Another comment here + |# + + ;; a comment here + "Hello, world! " ; maybe comments here + NIL + ) +;; comments here comments here comments here comments here comments here +;; comments here comments here comments here comments here +#| + + + + + + + + + + + + +|# -- cgit v1.2.3-13-gbd6f