Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-26 | Simplify label handling code and avoid checking to end of line. | nyamatongwe | 1 | -22/+5 | |
From Kein-Hong Man. | |||||
2013-06-25 | Make labels work with non-ASCII characters in UTF-8. | nyamatongwe | 1 | -4/+4 | |
2012-08-17 | Ensure variable NUL terminated and limit its scope. | nyamatongwe | 1 | -1/+1 | |
Avoids warning from Visual C++ code analysis. | |||||
2011-08-05 | Fix for infinite loop bug when typing "goto " at the end of the program. | nyamatongwe | 1 | -1/+1 | |
2011-08-05 | Lua lexer update for Lua 5.2 beta. Feature #3386330. | nyamatongwe | 1 | -6/+76 | |
(a) \* escapes in strings changed to \z (b) goto <label> highlighting for same line only (c) :: <label> :: highlighting for same line only From Kein-Hong Man. | |||||
2011-03-26 | Compatibility with Lua 5.2 alpha. Feature #3243811. | nyamatongwe | 1 | -10/+33 | |
Hexadecimal floating-point numbers recognized. Support for '\*' whitespace escaping in strings. From Kein-Hong Man. | |||||
2011-01-27 | Dropped inclusion of PropSetSimple.h in lexers which do not use ↵ | nyamatongwe | 1 | -1/+0 | |
PropSetSimple directly. Dropped declaration not needed in LexCPP. | |||||
2010-07-13 | For new lexer design change includes to add new files and remove unused files. | nyamatongwe | 1 | -7/+10 | |
Normalise order of includes. Minor fixes for compatibility with new lexer design. | |||||
2010-07-13 | Moved lexers into lexers directory. | nyamatongwe | 1 | -0/+358 | |