mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-08 07:56:06 +02:00
Switch safe string encoding from ~tilde codes to SOH-delimited codes throughout
This commit is contained in:
@@ -70,6 +70,10 @@ internal class StringLiteralStatements : StatementRuntimeInformation
|
||||
'n' => '\n',
|
||||
'r' => '\r',
|
||||
't' => '\t',
|
||||
'b' => '\b',
|
||||
'f' => '\f',
|
||||
'a' => '\a',
|
||||
'v' => '\v',
|
||||
'"' => '"',
|
||||
'\\' => '\\',
|
||||
_ => escapeChar
|
||||
|
||||
Reference in New Issue
Block a user