summaryrefslogtreecommitdiff
path: root/cli/lexer.hxx
AgeCommit message (Collapse)AuthorFilesLines
2018-05-21Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2016-11-15Start switch to build2Boris Kolpackov1-2/+2
2016-01-26Implement support for sourcing .cli filesBoris Kolpackov1-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.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-01-01Update copyrightBoris Kolpackov1-1/+1
2009-08-22Convert to the lower case naming conventionBoris Kolpackov1-33/+33
2009-08-22Add support for C and C++-style commentsBoris Kolpackov1-2/+8
2009-08-22Add call and template expressionsBoris Kolpackov1-1/+11
Also add support for querying the lexer failure state.
2009-08-09Implement lexical analyzer for the CLI languageBoris Kolpackov1-0/+127