PLC-lang / rusty

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

feat: `<REAL>_TRUNC_<INTEGER>` library functions #1336

Closed volsa closed 1 month ago

volsa commented 1 month ago

This commit introduces the <REAL>_TRUNC_<INTEGER> library functions, which under the hood use the compilers built-in implicit conversion feature.