Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

cpp::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:1008:$0 unary_expression|{1010|$1|1011} final:1009:$0 implicit_whitespace|{967|$7|968} type_name|{1106|$4|1107} implicit_whitespace|{967|$8|968} implicit_whitespace|{967|$9|968} cast_expression|{1008|$6|1009}