module RubyNext::Language::Eval

Refinements for `eval`-like methods. Transpiling eval is only possible if we do not use local from the binding, because we cannot access the binding of caller (without non-production ready hacks).

This module is meant mainly for testing purposes.