Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

IDL::xor_expr Locate in Contents

Declaration Locate in Contents

(31) <xor_expr> ::= <and_expr>
        |    <xor_expr> "^" <and_expr>

Composition Locate in Contents

or_expr xor_expr Alternation Node xor_expr and_expr Concatenation Node xor_expr implicit_whitespace '^' implicit_whitespace and_expr

State Machine Locate in Contents

start:1387:$0 and_expr|{1389|$1|1390} xor_expr|{1387|$3|1388} final:1388:$0 implicit_whitespace|{1308|$6|1309} implicit_whitespace|{1308|$7|1309} and_expr|{1389|$5|1390}