Skip to content

messtt/MLL

Repository files navigation

MLL Logo

MLL Programming Language

🌍 Choose your language

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!

Why choose MLL?

  • 🌍 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.

Download the latest version

Quick Start

int main() {
    int x = 0;
    for (int i = 0; i < 10; i = i + 1) {
        x = x + 1;
    }
    return x;
}

How to contribute?

We welcome all contributions, whether it's code, documentation, or ideas to improve the project. Here's how you can participate:

  1. Fork the repository and clone it locally.
  2. Create a new branch for your changes:
    git checkout -b my-contribution
  3. Make your changes, test them, and submit a Pull Request.
    For more details, check out our CONTRIBUTING.md guide.

License

This project is licensed under the MIT license. See the LICENSE file for details.

About

Multi Language Language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published