Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bugfix: Special case of statements starting with type conversion. | Christian | 2014-11-05 | 1 | -1/+9 |
* | Further const placement changes. | Christian | 2014-10-30 | 1 | -1/+1 |
* | Parser fix: Consume break and continue. | Christian | 2014-10-29 | 1 | -1/+1 |
* | Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type | Christian | 2014-10-20 | 1 | -1/+1 |
* | Corrected coding style. | Christian | 2014-10-16 | 1 | -10/+16 |
* | Added meaningful exception types. | Christian | 2014-10-16 | 1 | -2/+2 |
* | Initial implementation of Solidity parser finished, not yet tested much. | Christian | 2014-10-10 | 1 | -0/+78 |
* | Parse everything up to function bodies and report parser errors with location. | Christian | 2014-10-09 | 1 | -9/+94 |
* | Solidity parser, can not parse much yet. | Christian | 2014-10-08 | 1 | -0/+52 |