Optional
Readonly
defaultReadonly
enginesThe engines to use for interacting with R code. Currently supports TreeSitterEngineConfig and RShellEngineConfig. An empty array means all available engines will be used.
Readonly
ignoreWhether source calls should be ignored, causing processSourceCall's behavior to be skipped
Readonly
semanticsConfigure language semantics and how flowR handles them
Readonly
environment: { Semantics regarding the handlings of the environment
Readonly
overwriteDo you want to overwrite (parts) of the builtin definition?
Readonly
definitions: BuiltInDefinitionsThe definitions to load
Optional
Readonly
loadShould the default configuration still be loaded?
Readonly
solverHow to resolve constants, constraints, cells, ...
Readonly
pointerWhether to track pointers in the dataflow graph, if not, the graph will be over-approximated wrt. containers and accesses
Readonly
variables: VariableResolveHow to resolve variables and their values
The default engine to use for interacting with R code. If this is undefined, an arbitrary engine from engines will be used.