summaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp12
1 files changed, 2 insertions, 10 deletions
diff --git a/src/package.lisp b/src/package.lisp
index b856e38..2b01d15 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -10,18 +10,10 @@
#:iota
#:riffle))
-(defpackage #:lex
- (:use #:cl)
- (:export #:lexer-error
- #:file->tokens
- ;; exported for testing only
- #:read-token))
-
(defpackage #:parse
(:use #:cl)
- (:export #:parser-error
- #:tokens->ast
- ;; exported for testing only
+ (:export ;; exported for testing only
+ #:text
#:register
#:instr
))