aboutsummaryrefslogtreecommitdiff
path: root/src_lsp/base-small.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'src_lsp/base-small.lsp')
-rw-r--r--src_lsp/base-small.lsp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src_lsp/base-small.lsp b/src_lsp/base-small.lsp
new file mode 100644
index 0000000..f0e1e2c
--- /dev/null
+++ b/src_lsp/base-small.lsp
@@ -0,0 +1,6 @@
+
+(define nil ())
+(define #f 0)
+(define #t 1)
+
+(define list (lambda x x))