StandardEnvironment constructor

StandardEnvironment(
  1. Environment owner
)

Imports the standard library into the Environment.

Implementation

StandardEnvironment(Environment owner) : super(owner) {
  evalString(lispParser, this, _standardLibrary);
}