boostorg/spirit_x4

Invalid real numbers should be rejected by real parsers

开放

#63 创建于 2025年10月5日

 (1 条评论) (0 个反应) (0 位负责人)C++ (3 个派生)auto 404
buggood first issuehelp wantedtests needed

仓库指标

星标
 (37 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南