initializeGeneratorLibrary

Initializes the public Generator constructor. Generator functions are a first class language feature so this is unnecessary. See https://pillager86.github.io/dmildew/Generator.html for how to use the constructor and methods in Mildew.

void
initializeGeneratorLibrary

Parameters

interpreter Interpreter

The Interpreter instance to load the Generator constructor into.

Meta