PLC-lang / rusty

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

feat: Add `TO_<BIT>` conversion functions #1353

Closed volsa closed 1 week ago

volsa commented 2 weeks ago

This commit adds the TO_<BIT> conversion functions which internally make use of the already existing and tested <BIT>_TO_<BIT> functions.