Standard Library and Modules
To add the StandardLibrary we need to use the Module System.
First we need to change how we compile our UCodeLang Code to use the ModuleFile class.
The ModuleFile class allows us add dependencies to our UCodeLang code.
TODO
Now you know the basics to get started makeing your framework.
Use the API Reference to see what other useful funcions and classes are in UCodeLang.