Skip to main content

Module parser

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§

avt
Parse an Attribute Value Template.
combinators
datetime
parsepicture
xml
xpath
Parse XPath expressions

Structs§

ParserState
Parser state that can be cloned
ParserStateBuilder
StaticState
Parser state configuration that cannot be cloned. Also state that needs to be persistent during parsing.
StaticStateBuilder

Enums§

ParseError

Type Aliases§

ParseInput
ParseResult