summaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-10 02:11:43 -0400
committerbd <bdunahu@operationnull.com>2025-04-10 02:11:43 -0400
commit41baa17a9855bc970becf3dab02f7014753b45db (patch)
tree6dc77d605ee8567acbe7122ecd9f829b9065a60e /src/package.lisp
parent3eeebe73826906b1c598d5e5d207bfee936ed315 (diff)
Fix the rest of the initial parsing bugs, add high-level tests
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 4bdd274..115942e 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -21,8 +21,4 @@
(defpackage #:parse
(:use #:cl)
- (:export #:str->ast
- ;; exported for testing only
- #:register
- #:instr
- ))
+ (:export #:str->ast))