The official repository for the Mango programming Language.
Create a new terminal and clone the repository using:
git clone https://github.com/exceptionee/mango.git
Then compile using the compiler of your choice (the example below uses the GNU compiler).
g++ main.cpp -o mango
Once you have compiled the language you can run it in the terminal using ./mango
.
Contributions are always welcome!
See contributing.md
for ways to get started.