Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | README: Add "Implementation details" section. | David Thompson | 2015-10-19 | 1 | -0/+39 |
* | scheme: Allow for custom special symbols. | David Thompson | 2015-10-18 | 1 | -4/+14 |
* | scheme: Tag symbols beginning with "define" as special. | David Thompson | 2015-10-18 | 1 | -4/+33 |
* | parsers: Add parse-regexp. | David Thompson | 2015-10-18 | 1 | -0/+10 |
* | parsers: Add parse-filter. | David Thompson | 2015-10-18 | 1 | -0/+10 |
* | parsers: Fix typo in docstring. | David Thompson | 2015-10-18 | 1 | -1/+1 |
* | scheme: Remove commented code. | David Thompson | 2015-10-18 | 1 | -7/+0 |
* | parsers: Fix parse-delimited. | David Thompson | 2015-10-18 | 1 | -1/+2 |
* | README: Mention that only Scheme is supported right now. | David Thompson | 2015-10-18 | 1 | -0/+4 |
* | First commit! | David Thompson | 2015-10-17 | 11 | -0/+763 |