hledger/hledger-lib/Hledger
Mykola Orliuk 48623b4ceb lib: fix backtracking in periodexpr parser
- Simplify doctests for periodexpr.
- Besides consuming leading space consume ending space for periodexpr also.
- Drop implicit option (def, def) behaviour of periodexpr. I.e. disallow
  hledger reg -p '' and auto-transaction with heading just '~'.
- Slightly re-factor periodexpr.
- Ensure that reportinginterval doesn't consume trailing space.
  Useful if  we'll start disallowing periods like "every1stjan2009-".
2017-11-27 06:38:47 -08:00
..
Data lib: fix backtracking in periodexpr parser 2017-11-27 06:38:47 -08:00
Read journal: clarify that txn/posting comments must start with semicolon 2017-11-01 08:04:25 -07:00
Reports cli: --auto adds automated postings to reports 2017-11-26 14:57:41 +00:00
Utils lib: fix backtracking in periodexpr parser 2017-11-27 06:38:47 -08:00
Data.hs cli: --forecast adds periodic transactions to reports 2017-11-26 14:57:41 +00:00
Query.hs lib: Fix filtering by payee and note (#598) 2017-09-05 08:37:19 -07:00
Read.hs fix warnings/errors found by make stacktest 2017-09-30 13:00:22 -10:00
Reports.hs lib: Implemented a testing context for the module MultiBalanceReports. 2017-07-15 08:02:03 +01:00
Utils.hs add & use simpler readJournalFilesWithOpts/InputOpts api 2017-09-14 17:43:32 -07:00