# File test/src/sql_parser.rb, line 52
  def list expr
    paren(expr.delimited(comma))
  end