initializeGlobalLibrary

This is called by the interpreter's initializeStdlib method to store functions in the global namespace. Documentation for these functions can be found at https://pillager86.github.io/dmildew/

void
initializeGlobalLibrary

Parameters

interpreter Interpreter

The Interpreter instance to load the functions into.

Meta