The world's simplest programming language.
Project description
Gagan Language (.ggn)
The world's simplest programming language.
Installation
pip install gagan-lang
Usage
Create a .ggn file, e.g., hello.ggn.
Run it using:
gagan hello.ggn
Syntax
gprint "text": Print to console. gscan variable: Read input. Example
gprint "Hello, World!"
gscan name
gprint "Welcome, " + name
3. How to Run
- Clone the repo:
git clone https://github.com/higgn/gagan-lang.git
cd gagan-lang
Install the package:
pip install .
Run the example:
gagan examples/hello.ggn
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gagan_lang-0.4.tar.gz
(7.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gagan_lang-0.4.tar.gz.
File metadata
- Download URL: gagan_lang-0.4.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f4dff408254da2d92a0597711660b43d0dd15b0937c661949caea2aa2ecc27b
|
|
| MD5 |
9df98b23837d90e4049ffacb88b468c4
|
|
| BLAKE2b-256 |
39d6bd531a45b0f055b23cb260311cd21c042aaa55bc6a600a7ba250067645ef
|
File details
Details for the file gagan_lang-0.4-py3-none-any.whl.
File metadata
- Download URL: gagan_lang-0.4-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61e11adf947e1f902135a4735a0eaf406949aba4a41b7dd31113938f795aa74c
|
|
| MD5 |
b173ba1ddbc6f8db8091d2948a69c43c
|
|
| BLAKE2b-256 |
f7dde5d18799a5b698614f04955012a67e760fcdada3155ad737babf32f02503
|