diff options
Diffstat (limited to 'basic.lsp')
-rw-r--r-- | basic.lsp | 2 |
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. |