Commit graph

8 commits

Author SHA1 Message Date
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