Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'except' and 'only' keywords to Chapel lexer and example program. | Lydia Duncan | 2016-02-01 | 1 | -6/+7 |
| | | | | Also fix example program so that it builds and runs again. | ||||
* | Fix the Chapel lexer's parsing of string literals | Kyle Brady | 2016-01-11 | 1 | -1/+2 |
| | | | | | | | | | The Chapel lexer was trying to parse both the single and double quoted forms of string literals with a single regex rule. This lead to errors on input like: "I'm a string literal!" The fix was to split the rule out into a ' and " version. | ||||
* | Add the 'require' keyword to the Chapel lexer | Kyle Brady | 2015-09-08 | 1 | -4/+4 |
| | | | | Starting with Chapel 1.12, 'require' is a keyword. | ||||
* | Add private and public keywords to Chapel lexer and example program. | Lydia Duncan | 2015-07-16 | 1 | -3/+4 |
| | |||||
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Simplify charclasses in the remaining modules | Georg Brandl | 2014-11-06 | 1 | -1/+1 |
| | |||||
* | Remove the misc subpackage. | Georg Brandl | 2014-09-20 | 1 | -0/+98 |