summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Copyright updateBoris Kolpackov2011-01-0417-17/+17
|
* Add support for single quotes in option filesBoris Kolpackov2010-06-0413-16/+45
|
* Add support for quoting in option file scannerBoris Kolpackov2010-06-029-1/+41
|
* Implement generation of specifier functions (--generate-specifier)Boris Kolpackov2010-06-024-1/+117
| | | | | These functions determine whether the option was specified on the command line. New test: specifier.
* Add cli options instead of overriding themBoris Kolpackov2010-06-023-3/+1
|
* Update copyrightBoris Kolpackov2010-01-0114-14/+14
|
* Get rid of absolute paths in outputBoris Kolpackov2009-12-133-5/+4
|
* Scanner-based parsing with support for element erasingBoris Kolpackov2009-12-1019-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 changesBoris Kolpackov2009-12-102-2/+4
|
* Implement option documentation support in frontendBoris Kolpackov2009-11-083-1/+17
|
* Add a test for multi-line string literalBoris Kolpackov2009-11-082-0/+9
|
* Fix test outputBoris Kolpackov2009-10-282-3/+3
|
* Add install targetBoris Kolpackov2009-10-113-25/+0
|
* Pass file name as pathBoris Kolpackov2009-09-271-2/+10
|
* Add semantic graph and traversal mechanismBoris Kolpackov2009-09-054-7/+39
| | | | The parser now builds the semantic graph.
* Remove support for install targetBoris Kolpackov2009-08-242-2/+0
|
* Convert to the lower case naming conventionBoris Kolpackov2009-08-222-17/+17
|
* Add support for long long intBoris Kolpackov2009-08-221-0/+12
|
* Document rules of the language covered by each testBoris Kolpackov2009-08-229-71/+72
|
* Add support for C and C++-style commentsBoris Kolpackov2009-08-223-1/+22
|
* Add a test for the parserBoris Kolpackov2009-08-2217-1/+213
|
* Add call and template expressionsBoris Kolpackov2009-08-224-2/+17
| | | | Also add support for querying the lexer failure state.
* Minor build system fixesBoris Kolpackov2009-08-091-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 addedBoris Kolpackov2009-08-091-0/+0
|
* Tests for the lexerBoris Kolpackov2009-08-0914-0/+295