ETDL — Event Tree Definition Language Compiler
A Rust compiler and runtime for the ETDL specification.
ETDL is a declarative, design-time DSL for reliability-aware, event-driven business processes. It models causal sequences as event trees (IEC 62502) and failure probabilities as fault trees (IEC 61025).
Crates
Quick Start
# Install the CLI
# Compile an .etdl document to Rust
# Validate an .etdl document
License
Apache 2.0 — see LICENSE.