Module parse

Module parse 

Source
Expand description

Defines parser for the Ledger format. Currently only the parser for the entire file format is provieded as public.

Structs§

ParseError
ParseOptions
Options to control parse behavior.
ParsedContext
Context information carrying the metadata of the entry.
ParsedSpan
Range parsed with the given parser within the original input &str.

Functions§

parse_ledger
Parses Ledger str containing a list of syntax::LedgerEntry into iterator. See ParseOptions to control its behavior.