class RuboCop::AST::NodePattern::Compiler

def compile_arg

def compile_arg
  token = tokens.shift
  compile_atom(token) || expr_to_atom(compile_expr(token))
end