hledger/hledger-lib/Hledger/Read
Alex Chen 9674f2a8cc lib: tweak whitespace parsing for better parse errors
- expands the set of expected tokens when e.g. parsing the invalid
  posting `account  $1 a`
- whitespace can affect parse errors because of the longest match rule
  where errors that occur later take precedence over those that occur
  earlier
2018-06-20 23:24:39 -06:00
..
Common.hs lib: tweak whitespace parsing for better parse errors 2018-06-20 23:24:39 -06:00
CsvReader.hs lib: switch parsers to the custom error type 2018-06-11 13:57:30 -06:00
JournalReader.hs lib: refactor amount parsers to minimize backtracking 2018-06-20 23:24:39 -06:00
LedgerReader.hs.disabled lib: disable WIP ledger4 parser, lighten dependencies 2017-03-29 21:06:26 -07:00
TimeclockReader.hs lib: weaken parser types 2018-06-11 13:57:30 -06:00
TimedotReader.hs switch to base-compat-batteries to fix ghc 7.10 support (#794) 2018-06-04 17:32:42 -07:00