PLC-lang / rusty

Structured Text Parser and LLVM Frontend
GNU Lesser General Public License v3.0
223 stars 53 forks source link

feat: Introduce `TRUNC_<INT>(<REAL>)` functions #1340

Closed volsa closed 1 month ago

volsa commented 1 month ago

This commit introduces the TRUNC_<INT>(<REAL>) library functions, which make use of your implicit truncation features.

Blocked by #1339