Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

[Home]->[Documentation]->[Syntac Universal Parser]->[Programming Languages]->[C]->[Symbols]->[cast_expression]

Expand All
Collapse All
Contents

C::cast_expression Locate in Contents

Declaration Locate in Contents

(6.5.4) cast-expression:
            unary-expression
        |    "(" type-name ")" cast-expression

Composition Locate in Contents

unary_expression cast_expression Alternation Node cast_expression multiplicative_expression unary_expression Concatenation Node '(' implicit_whitespace type_name implicit_whitespace ')' implicit_whitespace cast_expression

State Machine Locate in Contents

start:1234:$0 unary_expression|{1236|$1|1237} final:1235:$0 implicit_whitespace|{1153|$7|1154} type_name|{1314|$4|1315} implicit_whitespace|{1153|$8|1154} implicit_whitespace|{1153|$9|1154} cast_expression|{1234|$6|1235}