summaryrefslogtreecommitdiff
path: root/tests/examplefiles/99_bottles_of_beer.chpl
Commit message (Collapse)AuthorAgeFilesLines
* Add 'except' and 'only' keywords to Chapel lexer and example program.Lydia Duncan2016-02-011-6/+11
| | | | Also fix example program so that it builds and runs again.
* Add private and public keywords to Chapel lexer and example program.Lydia Duncan2015-07-161-0/+13
|
* Update chpl example file with 'with' keyword and octal ints.Thomas Van Doren2014-09-091-0/+12
|
* Update ChapelLexer prior to Pygments 2.0 release.Thomas Van Doren2014-07-031-0/+31
| | | | | | | | * Adds `align`, `noinit`, and `pragma` keywords. * Updates decimal integer definition to allow any number of leading zeros, as per spec. * Adds `<~>` operator, which is used for convenience when reading or writing input and output.
* Fix class and proc names in ChapelLexer.Thomas Van Doren2013-11-251-0/+50
| | | | Also adds class, unions, records, and modules to the example file.
* Update Chapel example file.Thomas Van Doren2013-11-251-17/+17
|
* Add ChapelLexer for Chapel source.Thomas Van Doren2013-11-251-0/+68