class Prism::Translation::Parser::Compiler

def visit_pre_execution_node(node)

BEGIN {}
def visit_pre_execution_node(node)
  builder.preexe(
    token(node.keyword_loc),
    token(node.opening_loc),
    visit(node.statements),
    token(node.closing_loc)
  )
end