Crate jpar

Source

Modules§

branch
characters
combinator
helpers
numbers
sequence
verifiers

Structs§

Cursor
A specific position inside a Reader.
Quantifier
A quantifier that specify a range of repetitions with both ends included.
Reader
A String reader that moves a cursor the reader updated.
Span
A Span is a set of meta information about the location of a substring.

Enums§

ParserResultError
The type of errors that parser method can return.

Type Aliases§

ParserResult
The result of every parser method.