Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Evaluate expressions in convenient order. | Christian | 2014-11-07 | 1 | -39/+34 |
| | |||||
* | Support for negative literals. | Christian | 2014-11-06 | 1 | -1/+40 |
| | |||||
* | Type promotion fixes and tests. | Christian | 2014-11-06 | 1 | -15/+18 |
| | |||||
* | Test adjustments. | Christian | 2014-11-03 | 1 | -3/+3 |
| | |||||
* | Some tests and bugfixes for the compiler. | Christian | 2014-11-03 | 1 | -1/+2 |
| | |||||
* | Bugfix: Swap before mod and div. | Christian | 2014-11-03 | 1 | -0/+2 |
| | |||||
* | Merge remote-tracking branch 'ethereum/develop' into sol_contractCompiler | Christian | 2014-11-01 | 1 | -6/+6 |
| | | | | | | | | | | | | Conflicts: libsolidity/AST.cpp libsolidity/AST.h libsolidity/Compiler.cpp libsolidity/Compiler.h libsolidity/NameAndTypeResolver.h libsolidity/Types.cpp solc/main.cpp test/solidityCompiler.cpp | ||||
* | Renamed file. | Christian | 2014-10-31 | 1 | -0/+1 |
| | |||||
* | Contract compiler and also add ExpressionStatement to AST. | Christian | 2014-10-30 | 1 | -0/+348 |
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. |