Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Python lexer.HEADmaster | Skylar Chan | 2023-10-30 | 2 | -0/+95 |
* | Add WAT keywords 'then' and 'else'. | David Thompson | 2023-09-19 | 1 | -2/+2 |
* | Add WAT keyword 'if'. | David Thompson | 2023-09-19 | 1 | -1/+1 |
* | Add additional WAT keywords. | David Thompson | 2023-09-19 | 1 | -1/+2 |
* | Remove unused procedures from Scheme lexer. | David Thompson | 2023-09-19 | 1 | -11/+0 |
* | Add WAT lexer. | David Thompson | 2023-09-19 | 2 | -0/+61 |
* | guix: Update package version. | David Thompson | 2023-09-15 | 1 | -1/+1 |
* | Add first pass at a JavaScript lexer. | David Thompson | 2023-09-15 | 2 | -0/+75 |
* | Use detached signature when signing releases. | David Thompson | 2023-04-28 | 1 | -1/+1 |
* | Makefile: Update publish target.v0.2.0 | David Thompson | 2023-01-06 | 1 | -1/+1 |
* | Update version to 0.2.0. | David Thompson | 2023-01-06 | 1 | -1/+1 |
* | Add Lisp lexer. | David Thompson | 2022-10-05 | 2 | -0/+101 |
* | README: Update to match current state | Filip Lajszczak | 2022-10-02 | 1 | -2/+4 |
* | guix: Update to new style input specification. | David Thompson | 2022-08-31 | 1 | -8/+3 |
* | guix: Build from local checkout. | Julien Lepiller | 2021-08-23 | 1 | -8/+2 |
* | Makefile: Add css lexer. | Julien Lepiller | 2021-08-23 | 1 | -0/+1 |
* | Add css lexer. | Julien Lepiller | 2021-08-21 | 2 | -8/+604 |
* | guix: Update guile version. | Julien Lepiller | 2021-08-21 | 1 | -1/+1 |
* | Add gitignore lexer. | Julien Lepiller | 2021-07-14 | 2 | -0/+43 |
* | lexers: Add lex-consume-until. | Julien Lepiller | 2021-07-14 | 1 | -0/+39 |
* | sxml: Allow multiple classes. | Julien Lepiller | 2021-07-14 | 1 | -2/+8 |
* | scheme: Fix variable export. | David Thompson | 2021-01-05 | 1 | -1/+1 |
* | configure: Accept Guile 3.0. | David Thompson | 2019-06-02 | 1 | -1/+1 |
* | Makefile: Add publish target.v0.1 | David Thompson | 2018-03-10 | 1 | -0/+6 |
* | Makefile: Fix compiled Guile file installation directory. | David Thompson | 2018-03-10 | 1 | -1/+1 |
* | Add C lexer. | David Thompson | 2018-03-10 | 2 | -0/+109 |
* | Update Guix development snapshot. | David Thompson | 2016-02-16 | 1 | -2/+2 |
* | build: Fix installation directories. | David Thompson | 2016-02-16 | 1 | -2/+2 |
* | Update Guix development snapshot. | David Thompson | 2016-02-16 | 1 | -4/+6 |
* | 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 |