summaryrefslogtreecommitdiff
path: root/package.lisp
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-04-27 13:42:24 -0500
committerBoutade <thegoofist@protonmail.com>2019-04-27 13:42:24 -0500
commitbeb9bb8273974fc8df6e84fd5e59781faa3ac5b6 (patch)
tree33c0baa4a32c21cea7ba32bb6ec0fd3325c332f3 /package.lisp
parent1be484f80d20ebe8a753cc942824cc8ba8613775 (diff)
added parse function and <<ending combinator, typo fixes, comments
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.lisp b/package.lisp
index e234acc..3e5330e 100644
--- a/package.lisp
+++ b/package.lisp
@@ -3,10 +3,11 @@
(defpackage #:parzival
(:use #:cl #:replay-streams)
(:export
+ #:parse
#:<<result
#:<fail<
+ #:<peek<
#:<item<
- #:<~item<
#:<eof<
#:<<if
#:<<when
@@ -18,6 +19,7 @@
#:<<bind
#:<<and-then
#:<<and
+ #:<<ending
#:<<sat
#:<<~sat
#:<<char