From 72c290b8c8bfe199f9d3f2afb43ffa3bb219f37b Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 14 Aug 2023 21:19:24 -0700 Subject: correcting docgen notes --- README.org | 1 - argot.lisp | 1 - 2 files changed, 2 deletions(-) diff --git a/README.org b/README.org index 12a3b26..9c02ed1 100644 --- a/README.org +++ b/README.org @@ -88,7 +88,6 @@ eof Explicitly match the end of the input (A|B|...) One of the alternavites a b ... PATTERN+ One or more PATTERN PATTERN* Zero or more PATTERN - A nonterminal symbol - naming a parse rule [OPT] Zero or one of OPT #+end_src 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 " A nonterminal symbol - naming a parse rule") (terpri) (princ "[OPT] Zero or one of OPT")))) `(progn (setf (get ',name 'argot::grammar-property) -- cgit v1.2.3