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
pub mod interval_semantics;
pub mod semantics;

pub mod shrink_outer_first_extension;

// TODO: try a semantics where types can be graphs?
//  higher order functions (with non-variadic number of args) that take a signature?
//  and can store any concrete op that matches the signature?