Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Closes #1057: adjust lexer analysis functions; remove too broad analysis for ↵ | Georg Brandl | 2014-11-09 | 1 | -1/+3 |
| | | | | SystemVerilog and strengthen C. | ||||
* | Curly brace escaping, round 2. | Tim Hatch | 2014-10-15 | 1 | -1/+1 |
| | | | | | | | These were all pointed out by regexlint but required manual effort to track down (indicator.py was confused by most of them being produced by expressions). Also comment out some iffy comment patterns. | ||||
* | all lexers: fix unescaped { and } so that the "regex" module can compile our ↵ | Georg Brandl | 2014-10-15 | 1 | -2/+2 |
| | | | | regexes | ||||
* | Remove the c_like subpackage. | Georg Brandl | 2014-09-20 | 1 | -0/+231 |