Variable Parser.allocator

Allocator used for creating AST nodes

class Parser
{
  // ...
  RollbackAllocator* allocator ;
  // ...
}