mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
877aa91c57bb9cda410a7b521ed3b7630b5ae2dc
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%