diff options
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/package.lisp b/package.lisp index e0a58e5..dca5908 100644 --- a/package.lisp +++ b/package.lisp @@ -5,15 +5,19 @@ #:failure-p #:failure-place #:failure-message - #:comp - #:one-of - #:unit + #:fail - #:end - #:literal + #:unit + #:one-of + #:comp + #:nothing #:optional #:many #:repeat + + #:literal #:whitespace? - #:separated-list)) + #:whitespace + #:separated-list + #:surround)) |