Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

IDL::unary_expr Locate in Contents

Declaration Locate in Contents

(36) <unary_expr> ::=
            <unary_operator> <primary_expr>
        |    <primary_expr>

Composition Locate in Contents

mult_expr unary_expr Alternation Node Concatenation Node primary_expr unary_operator implicit_whitespace primary_expr

State Machine Locate in Contents

start:1397:$0 unary_operator|{1399|$2|1400} primary_expr|{1401|$4|1402} final:1398:$0 implicit_whitespace|{1308|$5|1309} primary_expr|{1401|$3|1402}