Variable ParserConfig.allocator

A pointer to a rollback allocator.

struct ParserConfig
{
  // ...
  RollbackAllocator* allocator ;
  // ...
}