CSR :
|
|
Relates :
|
|
Relates :
|
Implement Text Blocks by modifying the compiler scanner to - recognizer text block literals as distinct from string literals - defer escape sequence translation - preflight (validate) escape sequences for error handling - preflight (validate) mixed incidental indentation as warning - translate line terminators to LF - invoke String::stringIndents to remove incidental indentation - invoke String::translateEscapes to translate escape sequences
|