Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

ebnf::regexp_compound Locate in Contents

Declaration Locate in Contents

regexp_compound[parser_type & tree, vertex_token parent_value, arc_token & current_link] ::=
        regexp_element[tree, parent_value, current_link] regexp_modifier[tree, current_link]?

Composition Locate in Contents

additional_regexp_concat_list regexp_compound Concatenation Node regexp_element Alternation Node regexp_modifier @

State Machine Locate in Contents

start:935:$0 regexp_element|{937|$1|938} final:936:$0 regexp_modifier|{927|$3|928}