Module parser

Source

Structs§

Parser
PendingParserDiagnostic
A parser diagnostic that is not yet reported as it is accumulated with similar consecutive diagnostics.

Enums§

TryParseFailure
The possible results of a try_parse_* function failing to parse.

Type Aliases§

TryParseResult
The result of a try_parse_* functions.