Compiler constructor

Compiler()

Implementation

Compiler() {
  _env = _bindings.init_enviroment();
}