Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide interface for calls in JSON and some other formatting changes. | Christian | 2014-11-12 | 1 | -4/+4 |
| | |||||
* | Contract compiler and also add ExpressionStatement to AST. | Christian | 2014-10-30 | 1 | -0/+12 |
| | | | | | | | | ExpressionStatement functions as glue between Statements and Expressions. This way it is possible to detect when the border between statements and expressions is crossed while walking the AST. Note that ExpressionStatement is not the only border, almost every statement can contains expressions. | ||||
* | Removed std:: where it made sense. | Christian | 2014-10-25 | 1 | -14/+16 |
| | |||||
* | Documentation for AST, Parser, Scanner and other classes. | Christian | 2014-10-25 | 1 | -1/+1 |
| | |||||
* | Merge pull request #410 from chriseth/sol_exceptions | Gav Wood | 2014-10-25 | 1 | -3/+3 |
|\ | | | | | Improved exceptions and reporting exceptions for command-line compiler. | ||||
| * | Use endl instead of "\n". | Christian | 2014-10-24 | 1 | -2/+2 |
| | | |||||
| * | Remove nullptr comparisons. | Christian | 2014-10-24 | 1 | -1/+1 |
| | | |||||
* | | Type information for AST printer. | Christian | 2014-10-23 | 1 | -0/+19 |
|/ | |||||
* | Corrected spacing around colon. | Christian | 2014-10-23 | 1 | -2/+2 |
| | |||||
* | Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type | Christian | 2014-10-20 | 1 | -1/+1 |
| | | | | pointer. | ||||
* | Coding style cleanup: const and vecptr. | Christian | 2014-10-20 | 1 | -3/+3 |
| | |||||
* | Coding style and cleanup | Christian | 2014-10-17 | 1 | -3/+1 |
| | |||||
* | Corrected coding style. | Christian | 2014-10-16 | 1 | -21/+25 |
| | |||||
* | Type system, not yet complete. | Christian | 2014-10-16 | 1 | -1/+1 |
| | |||||
* | Added copyright blocks. | Christian | 2014-10-13 | 1 | -0/+22 |
| | |||||
* | Name resolution. | Christian | 2014-10-13 | 1 | -0/+12 |
| | |||||
* | AST printer and command line tool, some fixes. | Christian | 2014-10-10 | 1 | -0/+388 |