Strings inside DUMP statements
feroldi opened this issue · 3 comments
feroldi commented
Allow this as an extension (perhaps by -fdump-strings
?):
DUMP
"123" 52
ENDDUMP
feroldi commented
Would it be useful/desirable to have a \x
escape sequence for strings in DUMP contexts?
thelink2012 commented
Regarding \x
, nah, that should be addressed in general for all strings sometime, without breaking the original design.
thelink2012 commented
-fdump
should toggle this without issues, no need for another switch :))