diff options
author | colin <colin@cicadas.surf> | 2023-08-14 21:19:24 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-08-14 21:19:24 -0700 |
commit | 72c290b8c8bfe199f9d3f2afb43ffa3bb219f37b (patch) | |
tree | c6bd1933d94a0fef228ed7de8c1ad353813d519b | |
parent | a28bc73e3eff6abdc3f2e4e12da6ed3be49e4915 (diff) |
correcting docgen notes
-rw-r--r-- | README.org | 1 | ||||
-rw-r--r-- | argot.lisp | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -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 -<RULE> A nonterminal symbol - naming a parse rule [OPT] Zero or one of OPT #+end_src @@ -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) |