Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

[Home]->[Documentation]->[Syntac Universal Parser]->[Programming Languages]->[IDL]->[Symbols]->[primary_expr]

Expand All
Collapse All
Contents

IDL::primary_expr Locate in Contents

Declaration Locate in Contents

(38) <primary_expr> ::=
            <scoped_name>
        |    <literal>
        |    "(" <const_exp> ")"

Composition Locate in Contents

unary_expr primary_expr Alternation Node scoped_name literal Concatenation Node '(' implicit_whitespace const_exp implicit_whitespace ')'

State Machine Locate in Contents

start:1401:$0 scoped_name|{1320|$1|1321} literal|{1403|$2|1404} final:1402:$0 implicit_whitespace|{1308|$7|1309} const_exp|{1383|$5|1384} implicit_whitespace|{1308|$8|1309}