Variable ParserConfig.messageDelegate
An optional delegate used to handle warnings and errors. Set either this one or messageFunction, not both.
struct ParserConfig
{
// ...
void delegate(string, ulong, ulong, string, bool) messageDelegate
;
// ...
}