Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
spec: add '0' as valid decimal_lit (google#223)
* spec: add '0' as valid decimal_lit Since each of octal_lit, hex_lit and binary_lit specify a mandatory prefix (e.g. 0o, 0x and 0b), we extend decimal_lit to allow for the decimal literal zero. * spec: fix syntax highlighting of data types
- Loading branch information