# File test/src/sql_parser.rb, line 62
  def paren parser
    operator['('] >> parser << operator[')']
  end