Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type | Christian | 2014-10-20 | 1 | -108/+109 |
| | | | | pointer. | ||||
* | Coding style cleanup: const and vecptr. | Christian | 2014-10-20 | 1 | -20/+20 |
| | |||||
* | Coding style and cleanup | Christian | 2014-10-17 | 1 | -79/+59 |
| | |||||
* | Corrected coding style. | Christian | 2014-10-16 | 1 | -16/+21 |
| | |||||
* | Type system, not yet complete. | Christian | 2014-10-16 | 1 | -33/+90 |
| | |||||
* | Name resolution. | Christian | 2014-10-13 | 1 | -1/+16 |
| | |||||
* | AST printer and command line tool, some fixes. | Christian | 2014-10-10 | 1 | -34/+84 |
| | |||||
* | Initial implementation of Solidity parser finished, not yet tested much. | Christian | 2014-10-10 | 1 | -19/+91 |
| | |||||
* | Corrected indentation. | Christian | 2014-10-09 | 1 | -114/+114 |
| | |||||
* | Parse everything up to function bodies and report parser errors with location. | Christian | 2014-10-09 | 1 | -24/+67 |
| | |||||
* | Solidity parser, can not parse much yet. | Christian | 2014-10-08 | 1 | -0/+287 |