Creates a lexer over TOML text.
public static TomlLexer Create(string toml, TomlLexerOptions lexerOptions, string? sourceName = null)
The TOML payload.
Options controlling lexer behavior.
An optional source name used in diagnostics.