diff options
author | Darren Bane <darren.bane@gmail.com> | 2022-02-12 01:15:40 +0000 |
---|---|---|
committer | Darren Bane <darren.bane@gmail.com> | 2022-02-12 01:15:40 +0000 |
commit | 0a35cee67a6f8812db39806ed1f6b5975dea478b (patch) | |
tree | a8cc23bcb05f9e9d14d8114a4ded8ac8618a8c2b /basic.lsp | |
parent | ccb2aac02c83a057f9a22d59e6fbaecf25709073 (diff) | |
download | lsp-0a35cee67a6f8812db39806ed1f6b5975dea478b.tar.gz |
Making changes
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. |