PLC-lang / StandardFunctions

Standard functions for PLC as described by IEC61131
GNU Lesser General Public License v2.1
10 stars 2 forks source link

#11 string functions #59

Closed mhasel closed 1 year ago

mhasel commented 1 year ago

Implements IEC61131-3 Table 34 string functions and string comparison functions. Additionally refactors string conversion functions to no longer allocate on the heap. Adds String comparison functions.