Changeset trunk,15


Ignore:
Timestamp:
06/23/2007 05:41:27 AM (19 years ago)
Author:
dsowen
revision id:
svn-v3-trunk0:2948df59-2b31-0410-8e06-c40c0b09d5b6:trunk:15
Message:

Added documentation and cleaned up the exports a little.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.lisp

    r14 r15  
    11(defpackage #:parse
    2   (:documentation "")
     2  (:documentation
     3   "Defines macros for matching input against rules and building trees
     4(see the IF-MATCHES-* macros, but especially IF-MATCHES), and for
     5defining parsers (DEFPARSER) and grammars (DEFGRAMMAR).")
    36  (:use #:cl #:cl-ppcre)
    47  (:export #:if-matches-parser
     
    1215           #:if-matches-forbidden
    1316           #:if-matches-only
    14            #:if-matches
    15            #:token))
     17           #:if-matches))
Note: See TracChangeset for help on using the changeset viewer.