mirth-lang / mirth

Compiler for the Mirth programming language.
BSD Zero Clause License
445 stars 14 forks source link

Floating Point #313

Open Capital-EX opened 2 months ago

Capital-EX commented 2 months ago

Mirth currently lacks floating point which makes some task extremely impracticable. It also can't bind floats over the existing C FFI. It'd be nice to have F32 and F64 along side CFloat and CDouble.

casuallyblue commented 1 month ago

as of PR #314 there is now 64 bit floating point support. F32 and its associated C FFI bindings are in progress.