Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jodus-melodus/phi-modules
- Owner: Jodus-Melodus
- License: mit
- Created: 2023-12-16T15:34:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T12:20:37.000Z (5 months ago)
- Last Synced: 2024-06-17T13:41:41.550Z (5 months ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)