Expand description
XML parser combinator
Modules§
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)