diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2024-06-10 03:28:51 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2024-06-10 03:28:51 -0300 |
commit | aabcaf712f67ac88ec8bd32b5477f17c1a182080 (patch) | |
tree | be15f466b92a8d34f9808efc4fbb631bea6bd1d4 /package.lisp | |
parent | 3eba112a9a5be8181b8ca39b2ca955f28984b1b6 (diff) | |
download | monparser-aabcaf712f67ac88ec8bd32b5477f17c1a182080.tar.gz monparser-aabcaf712f67ac88ec8bd32b5477f17c1a182080.zip |
Add repeat parser
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp index 603f6cb..4cdb68f 100644 --- a/package.lisp +++ b/package.lisp @@ -22,11 +22,11 @@ #:comp #:one-of #:all-of - #:negate #:unit #:literal #:nothing #:optional #:many + #:repeat #:whitespace #:separated-list)) |