Changeset trunk,15
- Timestamp:
- 06/23/2007 05:41:27 AM (19 years ago)
- revision id:
- svn-v3-trunk0:2948df59-2b31-0410-8e06-c40c0b09d5b6:trunk:15
- File:
-
- 1 edited
-
trunk/package.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/package.lisp
r14 r15 1 1 (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 5 defining parsers (DEFPARSER) and grammars (DEFGRAMMAR).") 3 6 (:use #:cl #:cl-ppcre) 4 7 (:export #:if-matches-parser … … 12 15 #:if-matches-forbidden 13 16 #:if-matches-only 14 #:if-matches 15 #:token)) 17 #:if-matches))
Note: See TracChangeset
for help on using the changeset viewer.
