diff options
Diffstat (limited to 'compiler/standardClient.ey')
| -rw-r--r-- | compiler/standardClient.ey | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey index 47e9cc2..2288159 100644 --- a/compiler/standardClient.ey +++ b/compiler/standardClient.ey @@ -336,9 +336,9 @@ matched { currentCapture ==i { i } { i 1 sub =i - string - i 2 mul matchedThread threadGetCaptures * _ ==start -01 str .postfix - i 2 mul 1 add matchedThread threadGetCaptures * start sub -01 str .inplacePrefix + i 2 mul matchedThread threadGetCaptures * + i 2 mul 1 add matchedThread threadGetCaptures * + string str .infix } loop } rep matched |
