summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Add publish target.v0.1David Thompson2018-03-101-0/+6
* Makefile: Fix compiled Guile file installation directory.David Thompson2018-03-101-1/+1
* Add C lexer.David Thompson2018-03-102-0/+109
* Update Guix development snapshot.David Thompson2016-02-161-2/+2
* build: Fix installation directories.David Thompson2016-02-161-2/+2
* Update Guix development snapshot.David Thompson2016-02-161-4/+6
* Allow building with Guile 2.2.David Thompson2016-02-161-1/+2
* Delete parsers modules.David Thompson2016-02-162-225/+0
* Rewrite highlighters in terms of lexers.David Thompson2016-02-163-194/+158
* Add lexers module.David Thompson2016-02-162-0/+334
* guix: Add source field.David Thompson2015-10-211-1/+8
* Gracefully handle parse failures.David Thompson2015-10-211-2/+8
* Add (syntax-highlight utils) module.David Thompson2015-10-214-8/+40
* xml: Reverse order of operations issue.David Thompson2015-10-211-1/+1
* README: Explain the purely functional parser combinator API.David Thompson2015-10-201-0/+13
* README: Rephrase "Implementation details."David Thompson2015-10-191-13/+14
* Add XML highlighter.David Thompson2015-10-193-0/+113
* parsers: Fix variable shadowing issue.David Thompson2015-10-191-5/+5
* parsers: Add parse-maybe.David Thompson2015-10-191-0/+11
* parsers: Remove parse-never.David Thompson2015-10-192-10/+5
* README: Add "Implementation details" section.David Thompson2015-10-191-0/+39
* scheme: Allow for custom special symbols.David Thompson2015-10-181-4/+14
* scheme: Tag symbols beginning with "define" as special.David Thompson2015-10-181-4/+33
* parsers: Add parse-regexp.David Thompson2015-10-181-0/+10
* parsers: Add parse-filter.David Thompson2015-10-181-0/+10
* parsers: Fix typo in docstring.David Thompson2015-10-181-1/+1
* scheme: Remove commented code.David Thompson2015-10-181-7/+0
* parsers: Fix parse-delimited.David Thompson2015-10-181-1/+2
* README: Mention that only Scheme is supported right now.David Thompson2015-10-181-0/+4
* First commit!David Thompson2015-10-1711-0/+763