Closed
Description
It's unfortunate that a parsed regular expression Expr
contains no offset information from the original string. It just means that if you have to later give an error message about some particular part you can't pinpoint with a lot of precision. (In my case, I want to report that certain features -- such as word boundaries -- are not supported.)