Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

cpp::primary_expression Locate in Contents

Declaration Locate in Contents

(6.5.1) primary-expression:
            identifier
        |    constant
        |    string-literal
        |    "(" expression ")"

Composition Locate in Contents

postfix_expression primary_expression Alternation Node identifier constant string_literal Concatenation Node '(' implicit_whitespace expression implicit_whitespace ')'

State Machine Locate in Contents

start:1014:$0 identifier|{1016|$1|1017} constant|{1030|$2|1031} string_literal|{1092|$3|1093} final:1015:$0 implicit_whitespace|{967|$8|968} expression|{1098|$6|1099} implicit_whitespace|{967|$9|968}