summaryrefslogtreecommitdiffstats
path: root/src/parser.rs
AgeCommit message (Expand)Author
2017-11-19Split parser into modulesMatthias Beyer
2017-11-19Fix: Offset problemMatthias Beyer
2017-11-19Add tests for iteratorsMatthias Beyer
2017-11-19Add parser iterator type -> API iterator type mappingMatthias Beyer
2017-11-19Fix until_spec parserMatthias Beyer
2017-11-19Fix date() parser fnMatthias Beyer
2017-11-11Add test for parser which contains subtractionMatthias Beyer
2017-11-11Make parser::timetype() pub, add documentation about interfaceMatthias Beyer
2017-11-11Add internal timetype which resolves to either AmountExpr or DateMatthias Beyer
2017-11-11Fix: There must we whitespace!Matthias Beyer
2017-11-11Add tests for iso8601 parsingMatthias Beyer
2017-11-11Add into-conversions and simple test for itMatthias Beyer
2017-10-30Fix: Parse complete next expressionMatthias Beyer
2017-10-29Break amount expression parsing into multiple partsMatthias Beyer
2017-10-28Add testsMatthias Beyer
2017-10-28Add optional whitespaceMatthias Beyer
2017-10-28Use alt_complete!() hereMatthias Beyer
2017-10-28Add debug, partialeq, eq deriveMatthias Beyer
2017-10-28Sort tagsMatthias Beyer
2017-10-28Initial bootstrapping of nom-based parserMatthias Beyer
2017-10-22Design syntaxMatthias Beyer
2017-10-22Initial import for parserMatthias Beyer