SelectParser = (function() {
    function SelectParser() {
      this.options_index = 0;
      this.parsed = [];
    }