Skip to content

higgn/gagan-lang

Repository files navigation

Gagan-lang

The World's Simplest Programming Language

Installation

To use Gagan-lang, you'll need Python 3.7 or later. Install it with:

pip install gagan-lang

🥏Run a Gagan script:

ggn your_script.ggn

😌 Check the version:

ggn --version

✨Example

Here's a simple "Hello, World!" in Gagan:

gprint "Hello, World!"

💽Save this in a file named hello.ggn and run it with:

ggn hello.ggn

💛Features

Simple Syntax: Designed to be the easiest language to learn. Basic Operations: Print, scan input, basic arithmetic, conditional statements. Syntax Print: gprint "Your message" Scan: gscan variable_name Assignment: variable = expression If Statements: if condition { body } else { else_body }

🤝Contributing

We welcome contributions! Please fork the repository and make a pull request.

🪪License

This project is licensed under the MIT License - see the LICENSE file for details.

🫂 Contact

GitHub: @higgn

Acknowledgments

Thanks to the Python community for the inspiration to create simple, yet powerful languages.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages