[−][src]Module taplo::parser
TOML document to syntax tree parsing.
Structs
Error | A syntax error that can occur during parsing. |
Parse | The final results of a parsing. It contains the green tree, and the errors that ocurred during parsing. |
Functions
parse | Parse a TOML document into a Rowan green tree. |