mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-05-01 03:19:28 +08:00
- buildInt: parse once as unsigned long long (input is never negative), strip suffixes with remove_suffix, eliminate two-pass fallback path - json.hpp parse_number: scan number boundaries in-place, call from_chars directly on the string range — no intermediate strings or std::pow - parse_num: remove dead integral overload, collapse to single template - Remove unused <cmath> includes from both files Requested by @lefticus in PR #669 review. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| dispatchkit | ||
| language | ||
| utility | ||
| chaiscript_basic.hpp | ||
| chaiscript_defines.hpp | ||
| chaiscript_stdlib.hpp | ||
| chaiscript_threading.hpp | ||
| chaiscript.hpp | ||