summaryrefslogtreecommitdiff
path: root/cal.lua
Commit message (Collapse)AuthorAgeFilesLines
* cal: tag root object as suchPhilipp Gesang2018-09-091-1/+5
|
* common, cal: rework debug printersPhilipp Gesang2018-09-081-3/+3
| | | | | | | * prefix messages to indicate the debug level * colorize when printing to terminal This introduces a dependency on luaposix.
* cal: common: factor out loggingPhilipp Gesang2018-07-051-25/+6
|
* cal: process lines into nested representationPhilipp Gesang2018-07-041-27/+187
|
* cal: define preliminary apiPhilipp Gesang2018-07-041-10/+50
|
* cal: implement rfc2445 foldingPhilipp Gesang2018-06-261-8/+44
|
* cal: implement calendar printerPhilipp Gesang2018-06-261-7/+48
| | | | Non-folding for the time being.
* cal: implement content line parserPhilipp Gesang2018-06-261-18/+158
|
* cal: handle foldingPhilipp Gesang2018-06-261-6/+46
|
* initial: basic line parserPhilipp Gesang2018-06-231-0/+64