Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

ebnf::regexp_concat_list Locate in Contents

Declaration Locate in Contents

regexp_concat_list[parser_type & tree, vertex_token parent_value, arc_token & current_link] ::=
        regexp_compound_first[tree, parent_value, current_link] additional_regexp_concat_list[tree, current_link]?

Composition Locate in Contents

regular_expression regexp_concat_list Concatenation Node additional_regexp_union_list regexp_compound_first Alternation Node additional_regexp_concat_list @

State Machine Locate in Contents

start:859:$0 regexp_compound_first|{861|$1|862} final:860:$0 additional_regexp_concat_list|{933|$3|934}