class Opal::Parser

def new_and(lhs, tok, rhs)

def new_and(lhs, tok, rhs)
  sexp = s(:and, lhs, rhs)
  sexp.source = source(tok)
  sexp
end