Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
* | Swift lexer: use words() | Georg Brandl | 2014-11-13 | 1 | -89/+103 |
* | Swift: PR Fixes | Stephen Celis | 2014-10-29 | 1 | -5/+6 |
* | Swift: Address PR feedback | Stephen Celis | 2014-10-29 | 1 | -5/+7 |
* | Swift Lexer: Whitespace not optional | Stephen Celis | 2014-10-24 | 1 | -3/+3 |
* | Swift Lexer: change " *" to "\s*" for flexibility | Stephen Celis | 2014-10-24 | 1 | -9/+9 |
* | Implement proper Swift lexer | Stephen Celis | 2014-10-23 | 1 | -34/+195 |
* | Fix "matches empty string" complaints from regexlint. | Georg Brandl | 2014-10-16 | 1 | -2/+3 |
* | Curly brace escaping, round 2. | Tim Hatch | 2014-10-15 | 1 | -3/+3 |
* | Curly brace escaping, round 1. | Tim Hatch | 2014-10-15 | 1 | -1/+1 |
* | all lexers: fix unescaped { and } so that the "regex" module can compile our ... | Georg Brandl | 2014-10-15 | 1 | -3/+3 |
* | move module names from _XXXbuiltins to _XXX_builtins to be consistent | Georg Brandl | 2014-10-04 | 1 | -1/+1 |
* | Remove the c_like subpackage. | Georg Brandl | 2014-09-20 | 1 | -0/+322 |