Module parser

Source
Expand description

A parser combinator, inspired by nom.

This parser combinator passes a context into the function, which includes the string being parsed. This supports resolving context-based constructs such as general entities and XML Namespaces.

Modules§

combinators
datetime
parsepicture
xml
xpath
Parse XPath expressions

Structs§

ParserConfig
ParserState

Enums§

ParseError

Type Aliases§

ParseInput
ParseResult