Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Contract compiler and also add ExpressionStatement to AST. | Christian | 2014-10-30 | 1 | -3/+3 |
* | Replace BOOST_ASSERT by assert. | Christian | 2014-10-25 | 1 | -1/+0 |
* | Some documentation. | Christian | 2014-10-25 | 1 | -2/+16 |
* | Expression compiler. | Christian | 2014-10-25 | 1 | -8/+23 |
* | Type information for AST printer. | Christian | 2014-10-23 | 1 | -7/+24 |
* | Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type | Christian | 2014-10-20 | 1 | -21/+14 |
* | Coding style cleanup: const and vecptr. | Christian | 2014-10-20 | 1 | -5/+5 |
* | Coding style and cleanup | Christian | 2014-10-17 | 1 | -13/+13 |
* | Corrected coding style. | Christian | 2014-10-16 | 1 | -21/+37 |
* | Remove unused parameters. | Christian | 2014-10-16 | 1 | -3/+3 |
* | Type system, not yet complete. | Christian | 2014-10-16 | 1 | -0/+171 |