aboutsummaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-07-21 19:22:51 -0700
committercolin <colin@cicadas.surf>2023-07-21 19:22:51 -0700
commit3419c105823c298c0a4a8eddd0fae58f20a66427 (patch)
treec4c24628ad1b9a2aa6ddd647890b068248762f3e /package.lisp
parent78671c97fa93e8b4c7f1be7157b9ee2be344ad91 (diff)
Added reporting to argot parse errors;
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index 19880cb..0bbaec6 100644
--- a/package.lisp
+++ b/package.lisp
@@ -4,4 +4,4 @@
(:use #:cl)
(:import-from #:trivia #:match #:ematch #:guard)
(:import-from #:alexandria #:if-let)
- (:export #:defgrammar #:parse))
+ (:export #:defgrammar #:deflanguage #:parse))