Variable Parser.errorCount

Current error count

class Parser
{
  // ...
  uint errorCount;
  // ...
}