aboutsummaryrefslogtreecommitdiff
path: root/grammars.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-08-08 07:03:58 -0700
committercolin <colin@cicadas.surf>2023-08-08 07:03:58 -0700
commit0f42ae0e6d61e344e10604bc9b82f033fcdb91c9 (patch)
tree6e451c7b80da9c04889f8b67a6324a3be586ba78 /grammars.lisp
parent2cdb3b48802d904fe5ed85235fcd5bb3d58be15a (diff)
Added more documentation gen; deflangauge no longer uses defvar
Diffstat (limited to 'grammars.lisp')
-rw-r--r--grammars.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/grammars.lisp b/grammars.lisp
index 533b7ce..c9a1c55 100644
--- a/grammars.lisp
+++ b/grammars.lisp
@@ -4,7 +4,7 @@
;;; GRAMMAR & RULES
-(defstruct rule lhs pattern action check)
+(defstruct rule lhs pattern action check doc)
(defclass grammar ()
((rules