summaryrefslogtreecommitdiffstats
path: root/cli/lexer.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Update copyright yearKaren Arutyunov2018-05-211-1/+1
|
* Update copyright yearBoris Kolpackov2017-01-031-1/+1
|
* Start switch to build2Boris Kolpackov2016-11-151-2/+2
|
* Implement support for sourcing .cli filesBoris Kolpackov2016-01-261-1/+1
| | | | | | | | | | The idea is that the file is "read in" as if its content was copy-n-pasted. For example: "\h|Installation|" source "INSTALL.cli" // Also used to generate plain text INSTALL. Unlike include, source can appear anywhere in the file.
* Copyright updateBoris Kolpackov2011-01-041-1/+1
|
* Update copyrightBoris Kolpackov2010-01-011-1/+1
|
* Convert to the lower case naming conventionBoris Kolpackov2009-08-221-33/+33
|
* Add support for C and C++-style commentsBoris Kolpackov2009-08-221-2/+8
|
* Add call and template expressionsBoris Kolpackov2009-08-221-1/+11
| | | | Also add support for querying the lexer failure state.
* Implement lexical analyzer for the CLI languageBoris Kolpackov2009-08-091-0/+127