about summary refs log tree commit diff stats
path: root/basic.lsp
diff options
context:
space:
mode:
authorDarren Bane <darren.bane@gmail.com>2022-02-12 01:15:40 +0000
committerDarren Bane <darren.bane@gmail.com>2022-02-12 01:15:40 +0000
commit0a35cee67a6f8812db39806ed1f6b5975dea478b (patch)
treea8cc23bcb05f9e9d14d8114a4ded8ac8618a8c2b /basic.lsp
parentccb2aac02c83a057f9a22d59e6fbaecf25709073 (diff)
downloadlsp-0a35cee67a6f8812db39806ed1f6b5975dea478b.tar.gz
Making changes
Diffstat (limited to 'basic.lsp')
-rw-r--r--basic.lsp2
1 files changed, 2 insertions, 0 deletions
diff --git a/basic.lsp b/basic.lsp
index a355ed0..93d0769 100644
--- a/basic.lsp
+++ b/basic.lsp
@@ -1,5 +1,7 @@
 ;;; BASIC interpreter
 
+;; TODO: rewrite some cond/cases as defmethods. Look for calls to "instancep".
+
 ;;; Abstract syntax
 
 ;; If these were only C enums, without any payload, I'd just use symbols and (error) in the t case.