Crate nom_greedyerror

Source

Structs§

GreedyError
This error type accumulates errors and their position when backtracking through a parse tree. This take a deepest error at alt combinator.

Enums§

GreedyErrorKind
error context for GreedyError

Traits§

AsStr
Position

Functions§

convert_error
transforms a GreedyError into a trace with input position information
error_position
get the deepest error position