Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-23 | The Python lexer recognizes identifiers more accurately when they include | Neil | 1 | -0/+146 | |
non-ASCII characters. Calls provided for determining whether characters are in the sets defined for identifiers by the Unicode standard in UAX #31. | |||||
2017-03-23 | Updated case conversion and character categories to Unicode 9. | Neil | 1 | -110/+515 | |
2014-06-22 | Typo. | Neil | 1 | -1/+1 | |
2014-01-21 | Added ELEMENTS macro and use it to clarify determining size of arrays. | Neil Hodgson | 1 | -1/+2 | |
2013-07-03 | Minor consting. Documentation added. | Neil | 1 | -2/+13 | |
2013-07-01 | Fixed namespace. | nyamatongwe | 1 | -2/+2 | |
2013-07-01 | Added CharacterCategory. | Neil | 1 | -0/+3292 | |