diff options
author | colin <colin@cicadas.surf> | 2023-07-21 19:22:51 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-07-21 19:22:51 -0700 |
commit | 3419c105823c298c0a4a8eddd0fae58f20a66427 (patch) | |
tree | c4c24628ad1b9a2aa6ddd647890b068248762f3e /package.lisp | |
parent | 78671c97fa93e8b4c7f1be7157b9ee2be344ad91 (diff) |
Added reporting to argot parse errors;
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 2 |
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)) |