grabapl 0.0.4

A library for graph-based programming languages, with pluggable type systems and a focus on visible intermediate states.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod helpers;

pub use grabapl::semantics::example::*;

#[allow(unused)]
pub use ExampleOperation as TestOperation;
#[allow(unused)]
pub use ExampleQuery as TestQuery;
#[allow(unused)]
pub use ExampleSemantics as TestSemantics;