aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexLisp.cxx
AgeCommit message (Collapse)AuthorFilesLines
2003-02-17Upgraded keyword list descriptions from Brian Quinlan.nyamatongwe1-5/+10
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-3/+3
File specific inline functions marker as static to ensure no bad linking.
2001-04-20Added Lisp lexer to makefiles and simplified LexLisp.cxx.nyamatongwe1-15/+2
2001-04-20Initial version by Alexey.nyamatongwe1-0/+208