public Parser(Scanner scanner) { this.scanner = scanner; this.Errors = new ErrorCollection(scanner.FileName); }