From 5800a49934ab75be17f03af8c9a2243120a97339 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 2 Aug 2023 21:01:03 -0700 Subject: Add docgen --- argot.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'argot.asd') diff --git a/argot.asd b/argot.asd index 6d6aa61..ff57f4d 100644 --- a/argot.asd +++ b/argot.asd @@ -8,6 +8,6 @@ :serial t :depends-on (#:trivia #:alexandria) :components ((:file "package") - ;(:file "grammars") - ;(:file "deflanguage") + (:file "grammars") + (:file "docgen") (:file "argot"))) -- cgit v1.2.3