;;;; argot.asd (asdf:defsystem #:argot :description "Grammar-driven Macro Definition" :author "Colin " :license "GPLv3" :version "0.0.1" :serial t :depends-on (#:alexandria) :components ((:file "package") (:file "grammars") (:file "docgen") (:file "argot")))