class Prism::Translation::Parser::Compiler

def visit_post_execution_node(node)

END {}
def visit_post_execution_node(node)
  builder.postexe(
    token(node.keyword_loc),
    token(node.opening_loc),
    visit(node.statements),
    token(node.closing_loc)
  )
end