summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add semantic graph and traversal mechanismBoris Kolpackov2009-09-0532-19/+2176
| | | | The parser now builds the semantic graph.
* Link to the libcutl libraryBoris Kolpackov2009-08-306-8/+144
|
* Remove support for install targetBoris Kolpackov2009-08-242-2/+0
|
* Convert to the lower case naming conventionBoris Kolpackov2009-08-2210-331/+330
|
* Add support for long long intBoris Kolpackov2009-08-222-2/+130
|
* Document rules of the language covered by each testBoris Kolpackov2009-08-229-71/+72
|
* Allow string literals for option namesBoris Kolpackov2009-08-221-4/+12
|
* Return proper token type for string literalsBoris Kolpackov2009-08-221-1/+1
|
* Add support for C and C++-style commentsBoris Kolpackov2009-08-225-31/+140
|
* Change the compiler driver to call the parserBoris Kolpackov2009-08-221-2/+35
|
* Add a test for the parserBoris Kolpackov2009-08-2217-1/+213
|
* Implement the CLI language parserBoris Kolpackov2009-08-223-1/+674
|
* Update language grammarBoris Kolpackov2009-08-221-17/+20
|
* Add call and template expressionsBoris Kolpackov2009-08-229-27/+162
| | | | Also add support for querying the lexer failure state.
* Inline file for the Token classBoris Kolpackov2009-08-102-45/+83
|
* Minor build system fixesBoris Kolpackov2009-08-092-3/+3
| | | | | 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
|
* Add INSTALL, NEWS, README, and versionBoris Kolpackov2009-08-094-0/+44
|
* Tests for the lexerBoris Kolpackov2009-08-0916-2/+298
|
* Implement lexical analyzer for the CLI languageBoris Kolpackov2009-08-093-0/+626
|
* Add the rest of the keywordsBoris Kolpackov2009-08-091-11/+21
| | | | Also replace size_t with std::size_t.
* Clarify language grammarBoris Kolpackov2009-08-091-8/+5
|
* Add Token classBoris Kolpackov2009-08-071-0/+141
|
* Add formal language spec for the first iterationBoris Kolpackov2009-08-071-0/+88
|
* Add the LICENSE file and update licensing informationBoris Kolpackov2009-08-025-4/+25
|
* Add root .gitignore fileBoris Kolpackov2009-08-021-0/+21
|
* Add support for bundling of the build distributionBoris Kolpackov2009-08-021-1/+9
|
* Initialize the build systemBoris Kolpackov2009-08-023-0/+166
|
* Add compiler driver stubBoris Kolpackov2009-08-021-0/+13