diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2022-10-31 06:57:17 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2022-10-31 06:57:17 -0300 |
commit | fc47efcfc2ac497b4e013e68ea0984232b5c3e71 (patch) | |
tree | d6580ccacc1faaa3dc5b65238d8a8e6b9c4dce46 /package.lisp | |
parent | 6a90bc2c3a2fb77a66c19e7400ea0e2fec410e26 (diff) | |
download | monparser-fc47efcfc2ac497b4e013e68ea0984232b5c3e71.tar.gz monparser-fc47efcfc2ac497b4e013e68ea0984232b5c3e71.zip |
Change "any" to "either" and add "nothing"
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 fdb1ab6..8656c7c 100644 --- a/package.lisp +++ b/package.lisp @@ -9,9 +9,10 @@ #:new #:bind #:fail - #:any + #:either #:unit #:comp + #:nothing #:zero-or-one #:zero-or-more #:one-or-more)) |