m-ender / retina

A regex-based programming language.
MIT License
231 stars 10 forks source link

Fix overlapping matches for RTL mode #29

Closed m-ender closed 9 years ago

m-ender commented 9 years ago

The following is currently essentially undefined behaviour:

M&r`regex

(For fun, try out .+ and .* as the regex.)

m-ender commented 9 years ago

Fixed in the next release (together with a related bug for overlapping matches in normal matching direction).