Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

[Home]->[Documentation]->[Syntac Universal Parser]->[Other Grammars]->[Extended Backus-Naur form (EBNF)]->[Symbols]->[additional_regexp_sub_range]

Expand All
Collapse All
Contents

ebnf::additional_regexp_sub_range Locate in Contents

Declaration Locate in Contents

additional_regexp_sub_range[parser_type & tree, syntac::terminal_range & _range] ::=
    {    syntac::terminal_range _range2;/* }*/
        "-" regexp_sub_intersect[tree, _range2]
    {    _range.subtract(_range2);/*    }*/

Composition Locate in Contents

regexp_sub_range additional_regexp_sub_range Concatenation Node '\\-' regexp_sub_intersect

State Machine Locate in Contents

start:917:$0 final:918:$0 regexp_sub_intersect|{907|$2|908}