(Using version TCC 14.00.29 x64 on Windows 7)
For some reason, the following rereplace pattern outputs corrupt data and potentially crashes TCC:
do a in *
Further investigation shows that the back reference is probably the culprit of a memory overrun. Try:
For some reason, the following rereplace pattern outputs corrupt data and potentially crashes TCC:
do a in *
echo "%@rereplace["(?i)( )(..|r5)",\1,%a]"
enddoFurther investigation shows that the back reference is probably the culprit of a memory overrun. Try:
echo %@rereplace["(.)","\1",r2gggr1]