| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add name processor | Boris Kolpackov | 2009-09-20 | 1 | -2/+3 |
| | | | | | | Name processor is a separate pass over the semantics graph that assigns names to various constructs while making sure there are no name clashes. | ||||
| * | Add definition unit to context | Boris Kolpackov | 2009-09-20 | 1 | -1/+4 |
| | | |||||
| * | Use new path class, add context and generator classes | Boris Kolpackov | 2009-09-13 | 1 | -0/+4 |
| | | | | | | | 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. | ||||
| * | Add semantic graph and traversal mechanism | Boris Kolpackov | 2009-09-05 | 1 | -0/+15 |
| | | | | | The parser now builds the semantic graph. | ||||
| * | Link to the libcutl library | Boris Kolpackov | 2009-08-30 | 1 | -1/+8 |
| | | |||||
| * | Implement the CLI language parser | Boris Kolpackov | 2009-08-22 | 1 | -1/+1 |
| | | |||||
| * | Tests for the lexer | Boris Kolpackov | 2009-08-09 | 1 | -1/+1 |
| | | |||||
| * | Add the LICENSE file and update licensing information | Boris Kolpackov | 2009-08-02 | 1 | -1/+1 |
| | | |||||
| * | Initialize the build system | Boris Kolpackov | 2009-08-02 | 1 | -0/+73 |
