Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NumberLiteral: fix for the case when the decimal separator is not a dot
- QuickParse: fix the case when the NumberLiteral begins with a single digit immediately followed by the decimal separator (which is not a dot) - ReadPrefix: fix the case when the NumberLiteral begins with the '0' digit immediately followed by the decimal separator (which is not a dot), and the "0" string is being registered as prefix for octal numbers
- Loading branch information