aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexAVE.cxx
AgeCommit message (Collapse)AuthorFilesLines
2002-12-21Updated Avenue lexer from Alexey.nyamatongwe1-140/+176
2002-02-12Made LexerModule objects not be const again as that was impairing staticnyamatongwe1-1/+1
linking.
2002-02-12Made lexer objects const so they do not show up in map as static / globals.nyamatongwe1-1/+1
File specific inline functions marker as static to ensure no bad linking.
2002-01-10Made code bool-safe and turned Visual C++ warning 4800 back on.nyamatongwe1-1/+1
2001-04-13Added a string name to each lexer.nyamatongwe1-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-27Patch from Philippe to regularise comments.nyamatongwe1-24/+24
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-1/+3
2001-02-17Fixed some warnings from Borland.nyamatongwe1-2/+0
2001-02-09New version from Alexey. Diverged much more from LexCPP code.nyamatongwe1-57/+79
2001-02-01Lexer for Avenue files by Alexey.nyamatongwe1-0/+166