Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-12-21 | Updated Avenue lexer from Alexey. | nyamatongwe | 1 | -140/+176 | |
2002-02-12 | Made LexerModule objects not be const again as that was impairing static | nyamatongwe | 1 | -1/+1 | |
linking. | |||||
2002-02-12 | Made lexer objects const so they do not show up in map as static / globals. | nyamatongwe | 1 | -1/+1 | |
File specific inline functions marker as static to ensure no bad linking. | |||||
2002-01-10 | Made code bool-safe and turned Visual C++ warning 4800 back on. | nyamatongwe | 1 | -1/+1 | |
2001-04-13 | Added a string name to each lexer. | nyamatongwe | 1 | -1/+1 | |
Made it possible for LexerModule to be subclassed so that its Lex and Fold methods can be specialised to work across DLL boundaries. | |||||
2001-02-27 | Patch from Philippe to regularise comments. | nyamatongwe | 1 | -24/+24 | |
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -1/+3 | |
2001-02-17 | Fixed some warnings from Borland. | nyamatongwe | 1 | -2/+0 | |
2001-02-09 | New version from Alexey. Diverged much more from LexCPP code. | nyamatongwe | 1 | -57/+79 | |
2001-02-01 | Lexer for Avenue files by Alexey. | nyamatongwe | 1 | -0/+166 | |