aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexPascal.cxx
AgeCommit message (Collapse)AuthorFilesLines
2001-04-13Removed some dead commented code.nyamatongwe1-2/+0
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-17/+20
2001-01-27Patch from Laurent to handle comments such as {} and { } correctly.nyamatongwe1-6/+20
2001-01-24Changed isspace to isspacechar which is safe for characters >= 128.nyamatongwe1-1/+1
2000-11-08Added Pascal Lexer.nyamatongwe1-1/+0
2000-11-08Initial version by Laurent le Tynevez.nyamatongwe1-0/+208