constructor()

in lib/parser.js [8:10]


  constructor(lexer) {
    super(lexer);
  }