Ignore:
Timestamp:
06/24/2007 01:48:00 AM (19 years ago)
Author:
dsowen
revision id:
svn-v3-trunk0:2948df59-2b31-0410-8e06-c40c0b09d5b6:trunk:24
Message:

Recognize symbols by name instead of identity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/matching.lisp

    r21 r24  
    234234    (list
    235235     (destructuring-bind (head . tail) rule
    236        (case head
     236       (symcase head
    237237         (^ (destructuring-bind (regex) tail
    238238              `(if-matches-regex ,input ,regex (,next ,match) ,then ,else)))
Note: See TracChangeset for help on using the changeset viewer.