class Opal::Nodes::RedoNode

def compile_while

def compile_while
  push "#{while_loop[:redo_var]} = true;"
  thrower(:redo)
end