mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
b0d4e0dedfdabe7c02bd1d7f3870d19fd498b74b
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.
Description
Solidity, the Smart Contract Programming Language
100 MiB
Languages
C++
54.6%
Solidity
33.8%
Yul
5%
Python
2.7%
Shell
2.4%
Other
1.5%