aboutsummaryrefslogtreecommitdiff
path: root/argot.asd
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-08-02 07:08:30 -0700
committercolin <colin@cicadas.surf>2023-08-02 07:08:30 -0700
commit483867e966e5b009be1892cc3f81de0b5885ba17 (patch)
tree5bfbddaed41768289b2125b9053d994edc8ced4a /argot.asd
parent4fdd13fd1544117f05482c260033db5759db652a (diff)
Moving code around
Diffstat (limited to 'argot.asd')
-rw-r--r--argot.asd2
1 files changed, 2 insertions, 0 deletions
diff --git a/argot.asd b/argot.asd
index 1658d65..6d6aa61 100644
--- a/argot.asd
+++ b/argot.asd
@@ -8,4 +8,6 @@
:serial t
:depends-on (#:trivia #:alexandria)
:components ((:file "package")
+ ;(:file "grammars")
+ ;(:file "deflanguage")
(:file "argot")))