summaryrefslogtreecommitdiffstats
path: root/cli/lexer.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Convert to the lower case naming conventionBoris Kolpackov2009-08-221-76/+76
|
* Return proper token type for string literalsBoris Kolpackov2009-08-221-1/+1
|
* Add support for C and C++-style commentsBoris Kolpackov2009-08-221-28/+110
|
* Add call and template expressionsBoris Kolpackov2009-08-221-15/+98
| | | | Also add support for querying the lexer failure state.
* Implement lexical analyzer for the CLI languageBoris Kolpackov2009-08-091-0/+413