Function okane_core::repl::parser::parse_ledger
source · pub fn parse_ledger(input: &str) -> Result<Vec<LedgerEntry>, ParseLedgerError>Expand description
Parses the whole ledger file.
pub fn parse_ledger(input: &str) -> Result<Vec<LedgerEntry>, ParseLedgerError>Parses the whole ledger file.