(I believe you've yet to look at P8SCII, so this is just an FYI for when you do)
Currently, when picotool/luamin processes source files wish such code as below:
print("\^w\^thello world")
...it results in the backslashes being escaped (breaking the P8SCII Control Codes):
print("\\^w\\^thello world")