Solidity, the Smart Contract Programming Language
Go to file
Christian 877aa91c57 Contract compiler and also add ExpressionStatement to AST.
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.
2014-10-30 01:25:42 +01:00
CMakeLists.txt CMakeLists library dependency cleanup for libdevcore, libevmface, libsolidity and solc. 2014-10-25 18:00:49 +02:00
main.cpp Contract compiler and also add ExpressionStatement to AST. 2014-10-30 01:25:42 +01:00