Skip to the content.

tree-sitter-iec61131-3-st

A tree-sitter grammar for the IEC 61131-3 (3rd edition, 2013) Structured Text language. Standard-compliant first; vendor dialects (Beckhoff TwinCAT, Codesys, B&R, Siemens, Rockwell) live in separate dialect grammars that extend this base.

View on GitHub Latest release

Highlights

Install

Node

npm install tree-sitter tree-sitter-iec61131-3-st

Rust

tree-sitter-iec61131-3-st = "0.0"

Python

pip install tree-sitter tree-sitter-iec61131-3-st

Go

import iec61131_3_st "github.com/HeytalePazguato/tree-sitter-iec61131-3-st/bindings/go"