Changeset trunk,9 for trunk/csv.lisp
- Timestamp:
- 06/18/2007 03:47:51 PM (19 years ago)
- revision id:
- svn-v3-trunk0:2948df59-2b31-0410-8e06-c40c0b09d5b6:trunk:9
- File:
-
- 1 edited
-
trunk/csv.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/csv.lisp
r8 r9 4 4 (import 'parse::with-gensyms) 5 5 (import 'cl-ppcre:scan) 6 (load " lisp/parse/parse3")6 (load "parse/parse3") 7 7 8 8 (defmacro defparser (name rule) … … 20 20 (defgrammar 21 21 (file (+ row)) 22 (row (value (* ( comma value)) #\Newline))22 (row (value (* ((= comma) value)) (= #\Newline))) 23 23 (comma #\,) 24 24 (value (? (/ dquoted-value squoted-value raw-value)))
Note: See TracChangeset
for help on using the changeset viewer.
