Solidity, the Smart Contract Programming Language
Go to file
Christian d038c0751d 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
All.h Docs & consolidation of headers. 2014-06-30 11:49:52 +02:00
Assembly.cpp Contract compiler and also add ExpressionStatement to AST. 2014-10-30 01:25:42 +01:00
Assembly.h Contract compiler and also add ExpressionStatement to AST. 2014-10-30 01:25:42 +01:00
CMakeLists.txt add headers to cmake 2014-10-16 15:10:54 +02:00
CodeFragment.cpp More attempts to fix for the ultra-pedantic clang compiler. 2014-10-07 23:07:56 +02:00
CodeFragment.h Restructured exceptions. Boost::exception is now used primarily. 2014-10-02 14:20:33 +02:00
Compiler.cpp Restructured exceptions. Boost::exception is now used primarily. 2014-10-02 14:20:33 +02:00
Compiler.h Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace. 2014-09-05 18:24:29 +02:00
CompilerState.cpp Project-wide reorganisation of namespaces. 2014-09-05 17:09:58 +02:00
CompilerState.h Project-wide reorganisation of namespaces. 2014-09-05 17:09:58 +02:00
Exceptions.h Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace. 2014-09-05 18:24:29 +02:00
Parser.cpp Restructured exceptions. Boost::exception is now used primarily. 2014-10-02 14:20:33 +02:00
Parser.h Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace. 2014-09-05 18:24:29 +02:00