flowsamples 0.95.0

A set of sample 'flow' programs
tokenizer
==

Description
===
Sample to show the possible parallelization (depending on the runtime implementation) of splitting a string into
tokens using the string splitter function from the flowstdlib.

Root Diagram
===
<a href="root.dot.svg" target="_blank"><img src="root.dot.svg"></a>

Click image to navigate flow hierarchy.

Features Used
===
* Root Flow
* Setting initializer of a Function's input with a constant initializer
* Library Functions
* Iteration (possibly in parallel) via feedback of partial output values back to the same funtion's input.
* Implicit conversion between arrays of string and string done by run-time, in feedbak loop to the same process

Functions Diagram
===
This diagram shows the exploded diagram of all functions in all flows, and their connections.
<a href="functions.dot.svg" target="_blank"><img src="functions.dot.svg"></a>

Click image to view functions graph.