mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Solidity, the Smart Contract Programming Language
d038c0751d
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. |
||
---|---|---|
All.h | ||
Assembly.cpp | ||
Assembly.h | ||
CMakeLists.txt | ||
CodeFragment.cpp | ||
CodeFragment.h | ||
Compiler.cpp | ||
Compiler.h | ||
CompilerState.cpp | ||
CompilerState.h | ||
Exceptions.h | ||
Parser.cpp | ||
Parser.h |