Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year | Karen Arutyunov | 2019-01-16 | 1 | -1/+1 |
| | |||||
* | Update copyright year | Karen Arutyunov | 2018-05-21 | 1 | -1/+1 |
| | |||||
* | Update copyright year | Boris Kolpackov | 2017-01-03 | 1 | -1/+1 |
| | |||||
* | Start switch to build2 | Boris Kolpackov | 2016-11-15 | 1 | -2/+2 |
| | |||||
* | Implement support for sourcing .cli files | Boris Kolpackov | 2016-01-26 | 1 | -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 update | Boris Kolpackov | 2011-01-04 | 1 | -1/+1 |
| | |||||
* | Update copyright | Boris Kolpackov | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Convert to the lower case naming convention | Boris Kolpackov | 2009-08-22 | 1 | -33/+33 |
| | |||||
* | Add support for C and C++-style comments | Boris Kolpackov | 2009-08-22 | 1 | -2/+8 |
| | |||||
* | Add call and template expressions | Boris Kolpackov | 2009-08-22 | 1 | -1/+11 |
| | | | | Also add support for querying the lexer failure state. | ||||
* | Implement lexical analyzer for the CLI language | Boris Kolpackov | 2009-08-09 | 1 | -0/+127 |