digit ::= "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"
This rule is called by -> float_constant -> identifier -> integer_constant
-> float_constant -> identifier -> integer_constant