For example:
9.9e999999999999999999999 should be rejected
- ... need further investigation ...
Integer parsers currently seem to correctly reject some invalid values, for instance too big numbers. I have no idea why the implementation detail has divergence between integer and real parsers.
For example:
9.9e999999999999999999999should be rejectedInteger parsers currently seem to correctly reject some invalid values, for instance too big numbers. I have no idea why the implementation detail has divergence between integer and real parsers.