Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some warnings about uninitialized members. | Christian | 2015-01-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #623 from chriseth/sol_constructorChecks | chriseth | 2014-12-17 | 1 | -3/+9 |
|\ | | | | | Checks for the constructor and ability to call functions | ||||
| * | Add functions needed by constructor. | Christian | 2014-12-17 | 1 | -3/+9 |
| | | |||||
* | | Adding a ForStatement solidity AST Node. | Lefteris Karapetsas | 2014-12-17 | 1 | -0/+1 |
|/ | | | | | | | - Adding ForStatement node - Implemented Parsing for ForStatement - A simple parsing test for the ForStatement - Work in progress | ||||
* | Create contracts. | Christian | 2014-12-15 | 1 | -2/+4 |
| | |||||
* | Swap literals to the end if optimizing. | Christian | 2014-12-12 | 1 | -2/+4 |
| | |||||
* | Clear separation between ASTVisitor and ASTConstVisitor and more const ↵ | Christian | 2014-12-08 | 1 | -1/+1 |
| | | | | specifiers. | ||||
* | Const AST visitor for the compiler. | Christian | 2014-12-08 | 1 | -9/+9 |
| | |||||
* | Magic variables. | Christian | 2014-11-24 | 1 | -4/+1 |
| | |||||
* | Special handling for constructor. | Christian | 2014-11-19 | 1 | -4/+9 |
| | |||||
* | Option to activate the optimizer for solidity. | Christian | 2014-11-07 | 1 | -2/+2 |
| | |||||
* | Some tests and bugfixes for the compiler. | Christian | 2014-11-03 | 1 | -1/+0 |
| | |||||
* | Actual contract creator and add solidity to AlethZero interface. | Christian | 2014-10-31 | 1 | -0/+2 |
| | |||||
* | Function selector and variable (un)packing. | Christian | 2014-10-31 | 1 | -5/+11 |
| | |||||
* | Renamed file. | Christian | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | Contract compiler and also add ExpressionStatement to AST. | Christian | 2014-10-30 | 1 | -117/+24 |
| | | | | | | | | 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. | ||||
* | Compiler for assignments. | Christian | 2014-10-29 | 1 | -2/+14 |
| | |||||
* | Documentation for AST, Parser, Scanner and other classes. | Christian | 2014-10-25 | 1 | -2/+2 |
| | |||||
* | Expression compiler. | Christian | 2014-10-25 | 1 | -0/+140 |