Module parser

Source
Expand description

XML parser combinator

Modules§

tag
XML tag parsers
type_kind
TypeKind XML parsers

Functions§

comment
Parses a XML comment.
comment_multispace0
Skip comments and whitespace (0 or more times).
comment_multispace1
Skip comments and whitespace (1 or more times).
delimited_comment_multispace0
Analyze in the following order.
delimited_multispace0_comment
Analyze in the following order.
delimited_with_multispace0
Parses a string with surrounding whitespace(0 or more times)