summaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/package.lisp b/src/package.lisp
index efa617c..4bdd274 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -21,8 +21,8 @@
(defpackage #:parse
(:use #:cl)
- (:export ;; exported for testing only
- #:text
+ (:export #:str->ast
+ ;; exported for testing only
#:register
#:instr
))