summaryrefslogtreecommitdiff
path: root/tests/test_qbasiclexer.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Remove the misc subpackage.Georg Brandl2014-09-201-1/+1
|
* Make all keyword lists in special modules into tuples.Georg Brandl2014-09-191-2/+2
| | | | | Tuples of strings are stored as prebuild constants in the .pyc file instead of having to build a list element by element at runtime.
* Let qbasic lexer match functions like 'RIGHT$', with testTim Hatch2014-04-241-0/+43