Gets or sets a value indicating whether the lexer should decode scalar values (for example, string escape sequences).
public bool DecodeScalars { get; init; }
When false (default), string tokens carry only their span; higher layers can materialize values on demand.