Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Contract compiler and also add ExpressionStatement to AST. | Christian | 2014-10-30 | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
* | CMakeLists library dependency cleanup for libdevcore, libevmface, ↵ | Christian | 2014-10-26 | 1 | -26/+1 |
| | | | | | | libsolidity and solc. Fixes #417. | ||||
* | Solidity scanner and some unit tests. | Christian | 2014-10-08 | 1 | -0/+49 |
The scanner is a modified version of the v8 javascript scanner. |