pub fn read_normal_integer() -> Result<Option<Number>>Expand description
<normal integer> = <internal integer> | <integer constant>
| '<octal constant><one optional space> | "<hexadecimal constant><one optional space>
| `<character token><one optional space>