Improve String escapes
roscopeco opened this issue · 0 comments
roscopeco commented
Currently, JASM supports only basic escaping in Strings (using ""
to allow strings to contain double-quotes).
Going forward, we should probably have better support for special characters in strings, using the standard backslash escapes.