| This reader is used by default for files with suffix .ledger or .l, and tried along with the other readers for files of unknown type. Currently only the bare minimum of the raw parsed data is used: transaction dates/descriptions and posting accounts/amounts, with the rest being ignored. Amounts are parsed the same way as in the hledger journal format. Malformed amounts might be ignored instead of error-reported. | ||
|---|---|---|
| .. | ||
| doc | ||
| Hledger | ||
| other/ledger-parse | ||
| tests | ||
| .ghci | ||
| CHANGES | ||
| hledger-lib.cabal | ||
| Hledger.hs | ||
| LICENSE | ||
| package.yaml | ||
| README | ||
| Setup.hs | ||
A reusable library containing hledger's core functionality. This is used by most hledger* packages for common data parsing, command line option handling, reporting etc.