This contains the modules for the Phi scripting language. You can find the scripting language here
This module adds classes to Phi. It takes in attributes to create the class. Later you can make an instance of the class with specific values. You can add your own methods as well.
This module provides mathematical functions and constants. It is included by default in every program. See math examples for more info.
This module provides functions to debug your code and print information, error, log and warning messages.
This module provides custom functions to print/display arrays and objects in a prettier way.