flowclib 0.2.0

A library for compiling 'flow' programs used by the 'flowc' compiler
Documentation
# Flow Loading

Read in the hierarchical definition, recursively until all is loaded.

Build the connections between values, functions, input and outputs using the 
unaliased routes to functions and subflows.

Check that the from/to types on connections match.