Changes between Version 2 and Version 3 of WikiStart


Ignore:
Timestamp:
02/27/2008 06:18:29 AM (18 years ago)
Author:
dsowen
Comment:

Added new :PRIORITY-ONLY option to example.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v2 v3  
    77(defun un-dquote (s) (regex-replace-all "\"\"" (snip s) "\""))
    88
    9 (deflexer scan-csv
     9(deflexer scan-csv (:priority-only t)
    1010  ("[^\"',]+" value)
    1111  ("'(?:[^']|'')*'" value un-squote)