Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

ebnf::dec_character Locate in Contents

Declaration Locate in Contents

dec_character[long & _value] ::=
        'd' digit digit
            {
            _value = syntac::atod($2[0], $3[0]);
            }

Composition Locate in Contents

escaped_character dec_character Concatenation Node 'd' digit<std::string> digit<std::string>

State Machine Locate in Contents

start:883:$0 final:884:$0 digit<std::string>|{885|$2|886} digit<std::string>|{885|$3|886}