flowr 0.91.0

A runner for compiled 'flow' programs
flowr-0.91.0 is not a library.
Visit the last successful build: flowr-0.142.0

flowr is a command line flow runner for running flow programs.

It reads a compiled [FlowManifest][flowcore::model::flow_manifest::FlowManifest] produced by a flow compiler, such as flowc, that describes the graph of communicating functions that constitute the flow program.

Use flowr --help or flowr -h at the command line to see the command line options

The [cli] module implements a set of context functions, adapted to Terminal IO and local File System, that allow the flow program to interact with the environment where it is being run.