Scarlet Line home page Scarlet Line - SOFTWARE DESIGN & DEVELOPMENT

[Home]->[Documentation]->[Syntac Universal Parser]->[Programming Languages]->[C]->[Symbols]->[decimal_constant]

Expand All
Collapse All
Contents

C::decimal_constant Locate in Contents

Declaration Locate in Contents

(6.4.4.1) decimal-constant:
            nonzero-digit
        |    decimal-constant digit

Composition Locate in Contents

integer_constant decimal_constant Alternation Node decimal_constant nonzero_digit Concatenation Node decimal_constant implicit_whitespace digit

State Machine Locate in Contents

start:1246:$0 nonzero_digit|{1248|$1|1249} decimal_constant|{1246|$3|1247} final:1247:$0 implicit_whitespace|{1153|$5|1154} digit|{1188|$4|1189}