Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

ebnf::quoted_string Locate in Contents

Declaration Locate in Contents

quoted_string[parser_type & tree, vertex_token parent_value, arc_token & current_link] ::=
        quoted_string_elem[tree, parent_value, current_link] quoted_string_rest[tree, current_link]?

Composition Locate in Contents

terminal quoted_string Concatenation Node quoted_string_elem Alternation Node quoted_string_rest @

State Machine Locate in Contents

start:947:$0 quoted_string_elem|{949|$1|950} final:948:$0 quoted_string_rest|{955|$3|956}