Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow building with Guile 2.2. | David Thompson | 2016-02-16 | 1 | -1/+2 |
* | Delete parsers modules. | David Thompson | 2016-02-16 | 2 | -225/+0 |
* | Rewrite highlighters in terms of lexers. | David Thompson | 2016-02-16 | 3 | -194/+158 |
* | Add lexers module. | David Thompson | 2016-02-16 | 2 | -0/+334 |
* | guix: Add source field. | David Thompson | 2015-10-21 | 1 | -1/+8 |
* | Gracefully handle parse failures. | David Thompson | 2015-10-21 | 1 | -2/+8 |
* | Add (syntax-highlight utils) module. | David Thompson | 2015-10-21 | 4 | -8/+40 |
* | 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 |