summaryrefslogtreecommitdiff
path: root/tests/test_lexer.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "allow # in IDs"Simon Kelly2018-07-301-2/+1
* allow # in IDsSimon Kelly2018-07-271-1/+2
* Add tests for escaped string delimiters1.2.2Kenn Knowles2013-12-111-0/+9
* Fix #6 add negative indexing and slicingGregg Lind2013-07-231-1/+3
* Add test for basic lexer errorsIlya Strukov2013-06-211-1/+10
* Switch @ for `this` since it is so common in field names (for example when JS...Kenn Knowles2013-03-271-0/+2
* Python 2 & 3 supportKenn Knowles2013-03-261-1/+2
* Add lexer, with testsKenn Knowles2013-02-091-0/+46