openinfer-dsl 0.1.3

Rust-embedded DSL for defining OpenInfer graphs with explicit control flow and memory semantics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## openinfer-dsl

Rust-embedded DSL for defining OpenInfer graphs with explicit control flow and
memory semantics. The DSL produces a graph representation that is validated in
the simulator and later lowered by the synthesizer.

### Build
```bash
cargo check
cargo build -p openinfer-dsl
```

### Notes
- This crate is a proc-macro and is consumed by `openinfer-simulator`.
- Doctests are disabled (the examples depend on the simulator crate).

Docs: docs.open-infer.nl