ironplc_dsl/
lib.rs

1//! Provides definitions of objects from the IEC 61131-3 language elements.
2//!
3//! Create also provides standard definitions for working with the language
4//! elements.
5#[allow(unused)]
6pub mod ast;
7#[allow(unused)]
8pub mod core;
9#[allow(unused)]
10pub mod dsl;
11#[allow(unused)]
12pub mod fold;
13#[allow(unused)]
14pub mod sfc;
15#[allow(unused)]
16pub mod visitor;