Skip to main content

Module parser

Module parser 

Source

Structs§

Link
ParseFailure
Where the parser stopped, and what it could have accepted there.
ParserState
SavedContext
Indentation state of the context a parenthesized group was opened in.

Functions§

parse_document
parse_document_with_diagnostics
Parses a document and, when it does not parse, says where it stopped.
quoted_reference_end
The offset just past the delimited reference that starts at start, or None when nothing that far into document opens one.