$.RULE('or', () => {
      $.SUBRULE($.and)
      $.MANY(() => {
        $.CONSUME(t.Or)
        $.SUBRULE2($.predicate)