Barb


BarbSettings

Namespace: Barb
Parent Module: Representation

The settings used by Barb in execution

Record Fields

Record FieldDescription
AdditionalBindings
Signature: IDictionary<string,obj>

Additional variable bindings for Barb

BindGlobalsWhenReducing
Signature: bool

Turning this off will cause Barb to not pull in globals in the optimization stage.

FailOnCatchAll
Signature: bool

This is for debugging purposes only and turning it off may cause infinite loops.

Namespaces
Signature: Set<string>

Namespaces that will be open to Barb functions

Static members

Static memberDescription
Default
Signature: BarbSettings
Fork me on GitHub