Skip to main content

Module syntax

Module syntax 

Source
Expand description

Loss-aware YAML syntax documents.

Structs§

SyntaxDocument
A loss-aware YAML document and its original source text.
SyntaxParse
The recoverable result of parsing one YAML source.
SyntaxParseError
A source that exceeds the concrete syntax tree’s byte-offset capacity.

Constants§

YAML_SYNTAX_ERROR
A generic YAML syntax error not covered by a more specific code.
YAML_UNCLOSED_FLOW_MAPPING
A flow mapping is missing its closing brace.
YAML_UNCLOSED_FLOW_SEQUENCE
A flow sequence is missing its closing bracket.
YAML_UNTERMINATED_STRING
A quoted scalar is missing its closing quote.