Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

ebnf::quoted_string_rest Locate in Contents

Declaration Locate in Contents

quoted_string_rest[parser_type & tree, arc_token & current_link] ::=
    {
    current_link = tree.add_concat_condition(current_link);
    arc_token sub_link = current_link;
    vertex_token my_value = parser_type::arc_to(* current_link);
    }
        quoted_string_elem[tree, my_value, sub_link]+

Composition Locate in Contents

quoted_string quoted_string_rest Concatenation Node quoted_string_elem Iteration Node quoted_string_elem

State Machine Locate in Contents

start:955:$0 quoted_string_elem|{949|$1|950} final:956:$0 quoted_string_elem|{949|$1|950} quoted_string_elem|{949|$1|950}