aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent (follow)
Commit message (Collapse)AuthorAge
* Made parser work again (for single files).Hugo Hörnquist2019-10-02
|
* Disabled bunch of old stuff, new stuff kinda builds.Hugo Hörnquist2019-10-01
|
* Rewrote build and main execution.Hugo Hörnquist2019-07-21
|
* Reword terminal output to better modularization.Hugo Hörnquist2019-06-01
|
* Fix serialize-vcomponent.Hugo Hörnquist2019-06-01
|
* Update CSS.Hugo Hörnquist2019-05-10
|
* Add value function.Hugo Hörnquist2019-05-06
|
* Create module (vcomponent base).Hugo Hörnquist2019-05-03
|
* Change how attributes are fetched.Hugo Hörnquist2019-05-01
| | | | | | Previous version failed when an attribute contained a list. This fixes that, by always returning a circular list, delimited with #f when it loops. Methods for moving through this list is currently lacking.
* Further cleanup in recurrence parser.Hugo Hörnquist2019-04-26
|
* Once again, rewrote quick-case.Hugo Hörnquist2019-04-25
|
* Move group-stream, add helper methods.Hugo Hörnquist2019-04-25
|
* Rename event-in? => event-contains?.Hugo Hörnquist2019-04-25
|
* Clean up util and move exceptions.Hugo Hörnquist2019-04-25
|
* Rewrote quick-case macro. Keeps signature.Hugo Hörnquist2019-04-24
| | | | | | Quick-case is a horrible macro. Before it was both hard to see what it did, and how it did it. That still holds true, but at least the code for it is ever so slightly more readable.
* Change RRULE-parsing to use let-lazy.Hugo Hörnquist2019-04-24
|
* Remove concat.Hugo Hörnquist2019-04-24
| | | | Apparently SRFI-1 comes with concatenate...
* Move stuff from main.Hugo Hörnquist2019-04-23
|
* Rename module vcalendar => vcomponent.Hugo Hörnquist2019-04-23