Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xml: Reverse order of operations issue. | David Thompson | 2015-10-21 | 1 | -1/+1 |
* | README: Explain the purely functional parser combinator API. | David Thompson | 2015-10-20 | 1 | -0/+13 |
* | README: Rephrase "Implementation details." | David Thompson | 2015-10-19 | 1 | -13/+14 |
* | Add XML highlighter. | David Thompson | 2015-10-19 | 3 | -0/+113 |
* | parsers: Fix variable shadowing issue. | David Thompson | 2015-10-19 | 1 | -5/+5 |
* | parsers: Add parse-maybe. | David Thompson | 2015-10-19 | 1 | -0/+11 |
* | parsers: Remove parse-never. | David Thompson | 2015-10-19 | 2 | -10/+5 |
* | 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 |