← board

Float Str / Val

Motivation

Str/Val are implemented for integers only (compiler/builtin/builtin.pas). Float conversion is the remaining gap. (Float intrinsics Trunc/Round/Int are already done — test/test_float_intrinsics.pas.)

Scope

If importing instead of rolling: strtod (stdlib.h, clean) — not math.h. Don't block on the C-header arc.

Acceptance

Str/Val round-trip Double values in a regression test; integer behavior unchanged.

Log