summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-04-28 12:09:35 -0500
committerBoutade <thegoofist@protonmail.com>2019-04-28 12:09:35 -0500
commit536b02f8289dd7b8933b6317eb450f62b425f1a1 (patch)
tree3402696a44aff498abcf5e7621202547f7640c47 /package.lisp
parentd552b412a9b0c85b1f479b37ad8078cfc3fe77bb (diff)
bugfix in <peek<, added a few util parsers
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp
index 3e5330e..a585202 100644
--- a/package.lisp
+++ b/package.lisp
@@ -32,6 +32,8 @@
#:<~lowercase<
#:<alphanum<
#:<~alphanum<
+ #:<letter<
+ #:<~letter<
#:<space<
#:<~space<
#:<newline<
@@ -41,6 +43,10 @@
#:<<map
#:<<map-cons
#:<<map-cons?
+ #:<<cons-map
+ #:<<list-map
+ #:<<map-list
+ #:<<map-append
#:<<cons
#:<<*
#:<<+