Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

ebnf::symexp_concat_list Locate in Contents

Declaration Locate in Contents

symexp_concat_list[parser_type & tree, vertex_token rule_symbol, vertex_token parent_value, arc_token & current_link, parser_type::arc_label_type & current_dollar_label] ::=
        lws? symexp_compound[tree, rule_symbol, parent_value, current_link, current_dollar_label] additional_symexp_concat_list[tree, rule_symbol, current_link, current_dollar_label]?

Composition Locate in Contents

symexp_union_element symexp_concat_list Concatenation Node Alternation Node symexp_compound Alternation Node lws @ additional_symexp_concat_list @

State Machine Locate in Contents

start:847:$0 lws|{735|$2|736} final:848:$0 symexp_compound|{849|$3|850} additional_symexp_concat_list|{989|$5|990}