Parses a TOML payload into a syntax tree and throws on any parse/validation error.
public static DocumentSyntax ParseStrict(TomlLexer lexer, bool validate = true)
A TOML lexer positioned before the first token.
When true, runs semantic validation after parsing.