/stc

Primary LanguageC++MIT LicenseMIT

Structured Text Compiler (stc)

An open source compiler for IEC 61131-3 Structured Text.

Getting Started

You must install CMake before building this project.

mkdir build
cd build
cmake ../.
make

This will emit the stc binary.

What is Structured Text

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.

References