Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

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

Expand All
Collapse All
Contents

ebnf::oct_character Locate in Contents

Declaration Locate in Contents

oct_character[long & _value] ::=
        odigit odigit odigit
            {
            _value = syntac::atoo($1[0], $2[0], $3[0]);
            }

Composition Locate in Contents

escaped_character oct_character Concatenation Node odigit<std::string> odigit<std::string> odigit<std::string>

State Machine Locate in Contents

start:879:$0 odigit<std::string>|{881|$1|882} final:880:$0 odigit<std::string>|{881|$2|882} odigit<std::string>|{881|$3|882}