A string like ```lua local x = "hello\0\1\2world\n\10" ``` turns into ```lua local x = "hello\\0\\1\\2world\n\\10" ```