Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jodus-melodus/phi-modules

This contains the modules for the Phi programming language
https://github.com/jodus-melodus/phi-modules

Last synced: about 7 hours ago
JSON representation

This contains the modules for the Phi programming language

Awesome Lists containing this project

README

        

# Phi-Modules

This contains the modules for the Phi scripting language.
You can find the scripting language [here](https://github.com/Jodus-Melodus/Phi)

## Modules

- ## [class](class)

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.

- ## [math](math)

This module provides mathematical functions and constants. It is included by default in every program. See [math examples](math/example.phi) for more info.

- ## [debug](debug)

This module provides functions to debug your code and print information, error, log and warning messages.

- ## [pp(printpretty)](pp)

This module provides custom functions to print/display arrays and objects in a prettier way.

[back to top](README.md)