Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

cxx::primary_expression Locate in Contents

Declaration Locate in Contents

primary-expression:
            literal
        |    "this"
        |    "(" expression ")"
        |    id-expression

Composition Locate in Contents

postfix_expression primary_expression Alternation Node literal Concatenation Node Concatenation Node id_expression 't' 'h' 'i' 's' '(' implicit_whitespace expression implicit_whitespace ')'

State Machine Locate in Contents

start:2165:$0 final:2166:$0 literal|{2167|$1|2168} id_expression|{2223|$7|2224} implicit_whitespace|{2082|$8|2083} expression|{2221|$5|2222} implicit_whitespace|{2082|$9|2083}