howeyc / ledger

Command line double-entry accounting program
https://howeyc.github.io/ledger/
ISC License
455 stars 43 forks source link

Added ParseLedgerAsync function #12

Closed aquilax closed 6 years ago

aquilax commented 6 years ago

Added ParseLedgerAsync function to allow parsing the file, without accumulating the translations in memory.

This can be useful for cases like: accumulating totals, linting the file a.s.o which don't necessarily need all transactions in memory to work.