isaacg1 / pyth

Pyth, an extremely concise language. Try it here:
https://pyth.herokuapp.com/
MIT License
264 stars 57 forks source link

Repeat replacement object during translation #148

Closed jakobkogler closed 9 years ago

jakobkogler commented 9 years ago

X"abcdef""abcde""12" should return 12121f instead of throwing an error.

Wrote a test, but unfortunately didn't run it. Working on a PC without Python3 installed. Should work though, changes are minimal.