diff options
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp index a759685..19880cb 100644 --- a/package.lisp +++ b/package.lisp @@ -3,4 +3,5 @@ (defpackage #:argot (:use #:cl) (:import-from #:trivia #:match #:ematch #:guard) - (:import-from #:alexandria #:if-let)) + (:import-from #:alexandria #:if-let) + (:export #:defgrammar #:parse)) |