MLL is a multilingual programming language. It offers a simple, comprehensive, and educational environment for learning to code without language barriers.
Want to contribute to the project? Feel free to join us on this repository. We welcome all contributions!
- 🌍 Multilingual: Code in the language of your choice.
- 🎓 Educational: Perfect for beginners and educational settings.
- 🛠️ Simple and Comprehensive: Provides all the necessary features to start coding right away.
-
For Ubuntu/Debian/Arch Linux
Download version 1.0.0 -
For Windows
Download version 1.0.0
int main() {
int x = 0;
for (int i = 0; i < 10; i = i + 1) {
x = x + 1;
}
return x;
}
We welcome all contributions, whether it's code, documentation, or ideas to improve the project. Here's how you can participate:
- Fork the repository and clone it locally.
- Create a new branch for your changes:
git checkout -b my-contribution
- Make your changes, test them, and submit a Pull Request.
For more details, check out our CONTRIBUTING.md guide.
This project is licensed under the MIT license. See the LICENSE file for details.
