Variable StringBehavior.compiler
Do not include quote characters, process escape sequences
struct StringBehavior
{
// ...
immutable(StringBehavior) compiler
= StringBehavior(cast(ubyte)0u);
// ...
}