aboutsummaryrefslogtreecommitdiff
path: root/argot.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'argot.lisp')
-rw-r--r--argot.lisp1
1 files changed, 0 insertions, 1 deletions
diff --git a/argot.lisp b/argot.lisp
index d0dde3b..3a077f0 100644
--- a/argot.lisp
+++ b/argot.lisp
@@ -147,7 +147,6 @@ and it returns VAR in that case."
(princ "(A|B|...) One of the alternavites a b ...") (terpri)
(princ "PATTERN+ One or more PATTERN") (terpri)
(princ "PATTERN* Zero or more PATTERN") (terpri)
- (princ "<RULE> A nonterminal symbol - naming a parse rule") (terpri)
(princ "[OPT] Zero or one of OPT"))))
`(progn
(setf (get ',name 'argot::grammar-property)