Module ledger_rs_lib::scanner

source ·
Expand description

Scanner scans the input text and returns tokens (groups of characters) back for parsing. Scans/tokenizes the journal files. There are scanner functions for every element of the journal.

Structs

  • Structure for the tokens from scanning the Amount part of the Posting.

Functions