diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2024-10-12 16:43:50 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2024-10-12 16:43:50 -0300 |
commit | b196a5d56db31d6836c1ed028f38146cbb08436c (patch) | |
tree | ffe56d98484b4897b3c2be4a9d98cb87b6bba8f6 /package.lisp | |
parent | 1b00d7b4b1eaa3b1ce2ea12e3bfa255450143cb5 (diff) | |
download | monparser-b196a5d56db31d6836c1ed028f38146cbb08436c.tar.gz monparser-b196a5d56db31d6836c1ed028f38146cbb08436c.zip |
Implement literal as a macro that chains unit
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp index c352bd4..035cf77 100644 --- a/package.lisp +++ b/package.lisp @@ -4,6 +4,7 @@ #:comp #:one-of #:unit + #:fail #:literal #:nothing #:optional |