summaryrefslogtreecommitdiff
path: root/tests/examplefiles/example.rexx
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up Rexx lexer.roskakori2013-05-111-2/+13
| | | | | | | * Cleaned up a few regular expressions to make them easier to read and improve performance. * Cleaned up analyse_text() which is now a lot smaller and easier to reuse by other languages. * Removed unnecessary instance variable in test case. * Added loops to example source code.
* Added lexer for Rexx.Thomas Aglassinger2013-05-101-0/+39