| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for -I option | Boris Kolpackov | 2012-05-11 | 1 | -1/+2 |
| | | | | | | | Now quote-included ("") option files are searched for relative to the including file while bracket-included (<>) ones are search in the directories specified with -I. | ||||
| * | Fix lookup bug | Boris Kolpackov | 2012-05-11 | 1 | -3/+4 |
| | | |||||
| * | Implement option class inheritance | Boris Kolpackov | 2012-05-10 | 17 | -10/+211 |
| | | | | | | | | For now multiple, non-virtual inheritance is supported. An option class can now also be declared abstract using the class c = 0 {...}; syntax. New option, --exclude-base, controls whether base class information is present in usage and documentation. | ||||
| * | Add support for options file inclusion | Boris Kolpackov | 2012-05-10 | 6 | -4/+23 |
| | | | | | | | | | | | | | | | New include-path prefixes, c++: and cli:, are now recognized (e.g., include <cli:foo>;). Without a prefix, the include declarations is considered to be c++-include unless the path ends with the .cli extension. The cli-included files are loaded and parsed. Currently, only inclusion relative to the current file is supported. Duplicate inclusions are detected and ignored based on the absolute filesystem path. If a file cli-includes another file, then the runtime code is assumed to come from the included file and is not generated. | ||||
| * | Copyright update | Boris Kolpackov | 2011-01-04 | 17 | -17/+17 |
| | | |||||
| * | Add support for single quotes in option files | Boris Kolpackov | 2010-06-04 | 13 | -16/+45 |
| | | |||||
| * | Add support for quoting in option file scanner | Boris Kolpackov | 2010-06-02 | 9 | -1/+41 |
| | | |||||
| * | Implement generation of specifier functions (--generate-specifier) | Boris Kolpackov | 2010-06-02 | 4 | -1/+117 |
| | | | | | | These functions determine whether the option was specified on the command line. New test: specifier. | ||||
| * | Add cli options instead of overriding them | Boris Kolpackov | 2010-06-02 | 3 | -3/+1 |
| | | |||||
| * | Update copyright | Boris Kolpackov | 2010-01-01 | 14 | -14/+14 |
| | | |||||
| * | Get rid of absolute paths in output | Boris Kolpackov | 2009-12-13 | 3 | -5/+4 |
| | | |||||
| * | Scanner-based parsing with support for element erasing | Boris Kolpackov | 2009-12-10 | 19 | -1/+472 |
| | | | | | | | Also implement argv_file_scanner which provides support for reading command line arguments from the argv array as well as files specified with command line options. New examples: file. New tests: ctor, erase, file. | ||||
| * | Cosmetic changes | Boris Kolpackov | 2009-12-10 | 2 | -2/+4 |
| | | |||||
| * | Implement option documentation support in frontend | Boris Kolpackov | 2009-11-08 | 3 | -1/+17 |
| | | |||||
| * | Add a test for multi-line string literal | Boris Kolpackov | 2009-11-08 | 2 | -0/+9 |
| | | |||||
| * | Fix test output | Boris Kolpackov | 2009-10-28 | 2 | -3/+3 |
| | | |||||
| * | Add install target | Boris Kolpackov | 2009-10-11 | 3 | -25/+0 |
| | | |||||
| * | Pass file name as path | Boris Kolpackov | 2009-09-27 | 1 | -2/+10 |
| | | |||||
| * | Add semantic graph and traversal mechanism | Boris Kolpackov | 2009-09-05 | 4 | -7/+39 |
| | | | | | The parser now builds the semantic graph. | ||||
| * | Remove support for install target | Boris Kolpackov | 2009-08-24 | 2 | -2/+0 |
| | | |||||
| * | Convert to the lower case naming convention | Boris Kolpackov | 2009-08-22 | 2 | -17/+17 |
| | | |||||
| * | Add support for long long int | Boris Kolpackov | 2009-08-22 | 1 | -0/+12 |
| | | |||||
| * | Document rules of the language covered by each test | Boris Kolpackov | 2009-08-22 | 9 | -71/+72 |
| | | |||||
| * | Add support for C and C++-style comments | Boris Kolpackov | 2009-08-22 | 3 | -1/+22 |
| | | |||||
| * | Add a test for the parser | Boris Kolpackov | 2009-08-22 | 17 | -1/+213 |
| | | |||||
| * | Add call and template expressions | Boris Kolpackov | 2009-08-22 | 4 | -2/+17 |
| | | | | | Also add support for querying the lexer failure state. | ||||
| * | Minor build system fixes | Boris Kolpackov | 2009-08-09 | 1 | -1/+1 |
| | | | | | | Restore .gitignore generation. Add the default and clean targets for the tests/ directory to the top level makefile. | ||||
| * | Remove test executable that was accidently added | Boris Kolpackov | 2009-08-09 | 1 | -0/+0 |
| | | |||||
| * | Tests for the lexer | Boris Kolpackov | 2009-08-09 | 14 | -0/+295 |
