diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2024-10-12 02:16:30 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2024-10-12 02:16:30 -0300 |
commit | aa7e4052fd22361ecf346ae1a2f6f30db0202c5c (patch) | |
tree | d2541752e275c96f770c16b2dc84024ae9728001 /package.lisp | |
parent | ae4fca1579102d3b6c6fbef05bf1013a6876693b (diff) | |
download | monparser-aa7e4052fd22361ecf346ae1a2f6f30db0202c5c.tar.gz monparser-aa7e4052fd22361ecf346ae1a2f6f30db0202c5c.zip |
Add surrounded parser
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp index d742fbb..c352bd4 100644 --- a/package.lisp +++ b/package.lisp @@ -10,4 +10,5 @@ #:many #:repeat #:whitespace - #:separated-list)) + #:separated-list + #:surrounded)) |