summaryrefslogtreecommitdiff
path: root/cli/lexer.cxx
AgeCommit message (Collapse)AuthorFilesLines
2009-10-04Add support for option name aliases and string literalsBoris Kolpackov1-1/+1
2009-08-22Convert to the lower case naming conventionBoris Kolpackov1-76/+76
2009-08-22Return proper token type for string literalsBoris Kolpackov1-1/+1
2009-08-22Add support for C and C++-style commentsBoris Kolpackov1-28/+110
2009-08-22Add call and template expressionsBoris Kolpackov1-15/+98
Also add support for querying the lexer failure state.
2009-08-09Implement lexical analyzer for the CLI languageBoris Kolpackov1-0/+413