Index: trunk/package.lisp
===================================================================
--- trunk/package.lisp	(revision trunk,14)
+++ trunk/package.lisp	(revision trunk,14)
@@ -0,0 +1,15 @@
+(defpackage #:parse
+  (:documentation "")
+  (:use #:cl #:cl-ppcre)
+  (:export #:if-matches-parser
+	   #:if-matches-char
+	   #:if-matches-string
+	   #:if-matches-regex
+	   #:if-matches-choice
+	   #:if-matches-sequence
+	   #:if-matches-count
+	   #:if-matches-required
+	   #:if-matches-forbidden
+	   #:if-matches-only
+	   #:if-matches
+	   #:token))
