Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parsers: Fix typo in docstring. | David Thompson | 2015-10-18 | 1 | -1/+1 |
| | | | | * syntax-highlight/parsers.scm (tagged-parser): Fix typo in docstring. | ||||
* | scheme: Remove commented code. | David Thompson | 2015-10-18 | 1 | -7/+0 |
| | | | | * syntax-highlight/scheme.scm: Remove commented code. | ||||
* | parsers: Fix parse-delimited. | David Thompson | 2015-10-18 | 1 | -1/+2 |
| | | | | | | | | The 'until' string needs to be reversed before stringification, since the rest of the character list is in reverse order. * syntax-highlight/parsers.scm (parse-delimited): Reverse 'until' string when stringifying. | ||||
* | First commit! | David Thompson | 2015-10-17 | 2 | -0/+300 |