flowr

flowr is a binary run-time for running flows from the CLI built using the flowrlib library.

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

Context Functions

The flowr context module implements the context functions that this runtime provides for flows to interact with the environment it is being run in, such as Standard IO and File System.

These are all impure functions, or functions with side effects, not part of the flow itself.

Those functions are organized into the following modules, each with multiple functions: * args - used to get arguments that flow was invoked with * file - used to interact with the file system * image - used to create image files * stdio - used to interact with stdio

Features

These are the conditionally compiled features of flowr: - default - "debugger" and "metrics" features are enabled by default - debugger - feature to add the debugger - metrics - feature for tracking of metrics during execution

Code Docs

See also: Code docs