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