flowr 0.34.8

A runner for compiled 'flow' programs
Documentation

flowr

See also: Code docs

flowr is a binary run-time for flows build using the flowrlib library.

It handles the execution of Functions forming a Flow according to the defined semantics.

Flowrlib

flowrlib is the library that implements most of the flowr functionality and is used by the flowr binary. For more details consult it's README.md

Flowruntime

flowruntime implements the flowruntime functions that all runtimes for executing flows must provide.