Module udl::parse

source ·
Expand description

Parsing of UDL documents.

The root element of a document can be an expression, a sequence or a dictionary. Use the corresponding function to parse a document: either parse_expression_document, parse_sequence_document or parse_dictionary_document.

Enums

Functions