Commit graph

21 commits

Author SHA1 Message Date
Alex Shinn
db79366b7e Adding valid-sre?. 2013-12-17 16:00:09 +09:00
Alex Shinn
badc6765f0 Simplifying or patterns into char-sets when possible. 2013-12-08 23:53:31 +09:00
Alex Shinn
85c7fb9990 Adding support for (char-set <string>) pattern. 2013-12-08 23:46:01 +09:00
Alex Shinn
4012cbdb36 Simpler grapheme description. 2013-12-08 14:02:44 +09:00
Alex Shinn
b82391fde6 Adding -> as an alias for =>. 2013-12-08 13:54:08 +09:00
Alex Shinn
1abee0b788 Simplifying bog/eog matches. 2013-11-30 00:41:36 +09:00
Alex Shinn
dc4bab73d2 Expanging the grapheme cases so that the hangul variants are never empty. 2013-11-29 23:59:04 +09:00
Alex Shinn
9c5871484f Adding char-set->sre. 2013-11-29 23:52:43 +09:00
Alex Shinn
300184b160 Adding English names for all SREs. 2013-11-29 23:50:06 +09:00
Alex Shinn
05dcd92d72 Adding rx and regexp->sre. 2013-11-29 23:42:36 +09:00
Alex Shinn
80c2f3f02c Adding support for w/ascii. 2013-11-16 08:12:50 +09:00
Alex Shinn
5fe299d4fc Renaming rx-match to regexp-match, and regexp-match to regexp-matches. 2013-11-09 16:53:51 +09:00
Alex Shinn
c0619b769d rx-match-* procedures no longer take a string argument. 2013-11-06 22:57:47 +09:00
Alex Shinn
906d071756 Adding grapheme/bog/eog support.
Fixing offset computations in regexp-fold.
2013-10-29 06:49:13 +09:00
Alex Shinn
ecd450c4c3 Shortcut for word+ to avoid expensive char-set intersection. 2013-10-20 20:29:47 +09:00
Alex Shinn
ce3b1fcecf Supporting =, >= and ** repetition patterns. 2013-10-20 18:27:10 +09:00
Alex Shinn
8f9ba977c3 Fixing name offsets. 2013-10-20 17:31:05 +09:00
Alex Shinn
6f57182633 The final offset was off in regexp-fold for regexps not ending in a match.
Fixes issue #203.
2013-10-15 15:23:23 +09:00
Alex Shinn
8afb59f9ac Avoiding case-folding large, pre-defined Unicode char-sets. 2013-07-27 15:32:22 +09:00
Alex Shinn
781c7b45b0 Fixing a bug in regexp-match not properly matching to the end of the string. 2013-07-24 22:03:43 +09:00
Alex Shinn
205c60a807 Initial version of (chibi regexp). 2013-07-24 21:36:02 +09:00