Module taplo::parser

source ·
Expand description

TOML document to syntax tree parsing.

Structs

  • A syntax error that can occur during parsing.
  • The final results of a parsing. It contains the green tree, and the errors that ocurred during parsing.

Functions