[][src]Module nom_supreme::final_parser

Entry point layer into nom parsers. See final_parser for details.

Structs

ByteOffset

A byte offset into the input where an error may have occurred

Location

A location in a string where an error may have occurred. In keeping with the typical practice from editors and other tools, line and columns are both 1-indexed.

Traits

ExtractContext

Trait for recombining error information with the original input.

RecreateContext

Trait for types which represent an absolute location of a parse error in an input

Functions

final_parser

Bootstrapping layer for a nom parser.