Crate textparse

source ·
Expand description

A library to declaratively implement parsers that are based on Packrat Parsing.

Re-exports

pub use self::parse::Parse;
pub use self::span::Span;

Modules

Basic components.

Structs

Parse error.
Parser.
Position (offset) in a text.

Traits

This trait allows for parsing an item from text.
This trait allows for representing a parsed item that has start and end positions in a text.

Derive Macros