Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Open output files and generate boilerplate code | Boris Kolpackov | 2009-09-19 | 5 | -6/+383 | |
| | ||||||
* | Use new path class, add context and generator classes | Boris Kolpackov | 2009-09-13 | 10 | -36/+158 | |
| | | | | | | Use cutl::fs::path instead of std::string in the semantic graph. Add context and generator stubs, to be filled next. Connect everything in the compiler driver. | |||||
* | Call proper base constructors from cli_unit | Boris Kolpackov | 2009-09-06 | 2 | -1/+5 | |
| | ||||||
* | Add semantic graph and traversal mechanism | Boris Kolpackov | 2009-09-05 | 28 | -12/+2137 | |
| | | | | The parser now builds the semantic graph. | |||||
* | Link to the libcutl library | Boris Kolpackov | 2009-08-30 | 1 | -1/+8 | |
| | ||||||
* | Convert to the lower case naming convention | Boris Kolpackov | 2009-08-22 | 8 | -314/+313 | |
| | ||||||
* | Add support for long long int | Boris Kolpackov | 2009-08-22 | 1 | -2/+118 | |
| | ||||||
* | Allow string literals for option names | Boris Kolpackov | 2009-08-22 | 1 | -4/+12 | |
| | ||||||
* | Return proper token type for string literals | Boris Kolpackov | 2009-08-22 | 1 | -1/+1 | |
| | ||||||
* | Add support for C and C++-style comments | Boris Kolpackov | 2009-08-22 | 2 | -30/+118 | |
| | ||||||
* | Change the compiler driver to call the parser | Boris Kolpackov | 2009-08-22 | 1 | -2/+35 | |
| | ||||||
* | Implement the CLI language parser | Boris Kolpackov | 2009-08-22 | 3 | -1/+674 | |
| | ||||||
* | Add call and template expressions | Boris Kolpackov | 2009-08-22 | 5 | -25/+145 | |
| | | | | Also add support for querying the lexer failure state. | |||||
* | Inline file for the Token class | Boris Kolpackov | 2009-08-10 | 2 | -45/+83 | |
| | ||||||
* | Tests for the lexer | Boris Kolpackov | 2009-08-09 | 1 | -1/+1 | |
| | ||||||
* | Implement lexical analyzer for the CLI language | Boris Kolpackov | 2009-08-09 | 3 | -0/+626 | |
| | ||||||
* | Add the rest of the keywords | Boris Kolpackov | 2009-08-09 | 1 | -11/+21 | |
| | | | | Also replace size_t with std::size_t. | |||||
* | Add Token class | Boris Kolpackov | 2009-08-07 | 1 | -0/+141 | |
| | ||||||
* | Add the LICENSE file and update licensing information | Boris Kolpackov | 2009-08-02 | 2 | -2/+2 | |
| | ||||||
* | Initialize the build system | Boris Kolpackov | 2009-08-02 | 1 | -0/+73 | |
| | ||||||
* | Add compiler driver stub | Boris Kolpackov | 2009-08-02 | 1 | -0/+13 | |