An open source compiler for IEC 61131-3 Structured Text.
You must install CMake before building this project.
mkdir build
cd build
cmake ../.
make
This will emit the stc
binary.
Structured Text is one of 5 programming languages specified by IEC 61131-3 for programming industrial. It is used around the world for building industrial automation systems and powers robot controllers, motion controllers, PLCs, IPCs, etc.