mimic icon indicating copy to clipboard operation
mimic copied to clipboard

Mode to mimic strings only

Open reinderien opened this issue 8 years ago • 3 comments

To move most of the fun to runtime rather than compile or IDE issues, offer a mode to only mimic strings.

reinderien avatar Oct 25 '15 03:10 reinderien

impworks avatar Oct 26 '15 11:10 impworks

This is possible using an AST transformer... I can attempt to implement this tonight.

fionafibration avatar Jan 10 '19 00:01 fionafibration

Oh, nevermind, just realized that would mean that there would be a requirement for python source files. I might do it using this regex: "[^"\\]*(?:\\.[^"\\]*)*" to search for quoted literals, allowing for respecting escaped quotes.

fionafibration avatar Jan 10 '19 01:01 fionafibration