diff --git a/src/Lisp.php b/src/Lisp.php index 716fee7..8154ce9 100644 --- a/src/Lisp.php +++ b/src/Lisp.php @@ -24,6 +24,11 @@ class Lisp $this->env = $env; } + public function getEnv(): Env + { + return $this->env; + } + public function print($value, bool $printReadable): void { $this->printer->print($value, $printReadable);