aboutsummaryrefslogtreecommitdiff
path: root/argot.asd
blob: e3141b80f57a2cdc51e9e14e9b72edfaacaf4bee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;;;; argot.asd

(asdf:defsystem #:argot
  :description "Grammar-driven Macro Definition"
  :author "Colin <colin@cicadas.surf>"
  :license  "GPLv3"
  :version "0.0.1"
  :serial t
  :depends-on (#:alexandria)
  :components ((:file "package")
               (:file "grammars")
               (:file "docgen")
               (:file "argot")))