enable_loose_parsing

Set whether loose parsing is enabled or not. Loose parsing means, that variables that have no effect are allowed.

Initial value is false.

bool
enable_loose_parsing
(
bool state = true
)

Parameters

state bool

default: true false: variables that have no effect cause an exception true: variables that have no effect cause a stderr warning message

Meta