summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-05-02 11:28:22 -0500
committerBoutade <thegoofist@protonmail.com>2019-05-02 11:28:22 -0500
commit2697e53978303af04b6b878afbfd016d40db6c54 (patch)
tree4123c94d91460372d8d6129b402ef23c603c705a /package.lisp
parent7a657a7dfd3ebe86604ec1191c6e7eff4d7150f2 (diff)
added more utility parsers, altered definition of parse export
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp13
1 files changed, 10 insertions, 3 deletions
diff --git a/package.lisp b/package.lisp
index 77db3d9..9150608 100644
--- a/package.lisp
+++ b/package.lisp
@@ -39,6 +39,12 @@
#:<~space<
#:<newline<
#:<~newline<
+ #:<tab<
+ #:<~tab<
+ #:<return<
+ #:<~return<
+ #:<linefeed<
+ #:<~linefeed<
#:<digit<
#:<~digit<
#:<<map
@@ -60,11 +66,12 @@
#:<<~string
#:<<to-string
#:<word<
- #:<~word<
#:<nat<
- #:<~nat<
#:<int<
- #:<~int<
+ #:<real<
+ #:<whitespace<
+ #:<<strip
))
+