Copyright | (c) roki 2019 |
---|---|
License | MIT |
Maintainer | falgon53@yahoo.co.jp |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
The module of the statement expression (GNU extension: https://gcc.gnu.org/onlinedocs/gcc/Statement-Exprs.html)
Synopsis
- stmtExpr :: (Show i, Read i, Integral i, Bits i) => [TokenLC i] -> ATree i -> ConstructionData i -> ASTConstruction i
Documentation
stmtExpr :: (Show i, Read i, Integral i, Bits i) => [TokenLC i] -> ATree i -> ConstructionData i -> ASTConstruction i Source #
statement expression (GNU extension: https://gcc.gnu.org/onlinedocs/gcc/Statement-Exprs.html) \[\text{stmt-expr}=\text{"("}\ \text{"\{"}\ \text{stmt}\ \text{stmt*}\ \text{"\}"}\ \text{")"}\]