hexLang


NamehexLang JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttps://github.com/DiClub-Srmvdp/HexLang
SummaryhexLang is an esoteric language inspired and based on the Riot Games Arcane Netflix series.
upload_time2025-02-07 11:03:34
maintainerNone
docs_urlNone
authorViraj Patel
requires_python<3.11,>=3.8
licenseMIT
keywords esolang interpreter rply hexlang
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # hexLang

hexLang is an esoteric language inspired and based on the Riot Games Arcane Netflix series. This is a hobby project and is not meant to be used for serious software development.

## Installation

- hexLang requires **python >= 3.8**. Install python from [here](https://www.python.org/downloads/).
- Install the hexLang interpreter using the following command:
  `pip install hexLang`

- test installation: `hexLang version`

## Getting started

hexLang is not a feature rich language and is not intended for serious use.

### Run programs

`hello_world.hexlang`:

```
HEXCORE ACTIVATED
ECHO TO THE UNDERCITY "Hello, World!";
ZAUN'S SHADOW FALLS
```

- Run the `hello_world.hexLang` program:

  `hexLang run examples/hello_world.hexlang`

will result in the following output:

![hello world output](./imgs/hello-out.png)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DiClub-Srmvdp/HexLang",
    "name": "hexLang",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.11,>=3.8",
    "maintainer_email": null,
    "keywords": "esolang, interpreter, rply, hexLang",
    "author": "Viraj Patel",
    "author_email": "viraj.patel482@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/66/7a/443a2c16a744bc38bb63dfb121aafa14e1bc5ab239e6e002726a214682a4/hexlang-0.3.2.tar.gz",
    "platform": null,
    "description": "# hexLang\n\nhexLang is an esoteric language inspired and based on the Riot Games Arcane Netflix series. This is a hobby project and is not meant to be used for serious software development.\n\n## Installation\n\n- hexLang requires **python >= 3.8**. Install python from [here](https://www.python.org/downloads/).\n- Install the hexLang interpreter using the following command:\n  `pip install hexLang`\n\n- test installation: `hexLang version`\n\n## Getting started\n\nhexLang is not a feature rich language and is not intended for serious use.\n\n### Run programs\n\n`hello_world.hexlang`:\n\n```\nHEXCORE ACTIVATED\nECHO TO THE UNDERCITY \"Hello, World!\";\nZAUN'S SHADOW FALLS\n```\n\n- Run the `hello_world.hexLang` program:\n\n  `hexLang run examples/hello_world.hexlang`\n\nwill result in the following output:\n\n![hello world output](./imgs/hello-out.png)\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "hexLang is an esoteric language inspired and based on the Riot Games Arcane Netflix series.",
    "version": "0.3.2",
    "project_urls": {
        "Homepage": "https://github.com/DiClub-Srmvdp/HexLang",
        "Repository": "https://github.com/DiClub-Srmvdp/HexLang"
    },
    "split_keywords": [
        "esolang",
        " interpreter",
        " rply",
        " hexlang"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bd060196babd922efdfb773d7553da668e773099338cf8b3fbaf4e0b25c27c29",
                "md5": "c170c0c99d500e265715b6fb67e15b75",
                "sha256": "28d530949c67e170800257f038caa4b5a0bc74710e29c5a3d668c6234736f09d"
            },
            "downloads": -1,
            "filename": "hexlang-0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c170c0c99d500e265715b6fb67e15b75",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.11,>=3.8",
            "size": 15034,
            "upload_time": "2025-02-07T11:03:32",
            "upload_time_iso_8601": "2025-02-07T11:03:32.984048Z",
            "url": "https://files.pythonhosted.org/packages/bd/06/0196babd922efdfb773d7553da668e773099338cf8b3fbaf4e0b25c27c29/hexlang-0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "667a443a2c16a744bc38bb63dfb121aafa14e1bc5ab239e6e002726a214682a4",
                "md5": "b97ca134ffc7e3f16ae6fcb841c3531f",
                "sha256": "5a6687155a6bf6cc49d3f169156262610d837ff5ffa605f048e44c6c8dec2e95"
            },
            "downloads": -1,
            "filename": "hexlang-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b97ca134ffc7e3f16ae6fcb841c3531f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.11,>=3.8",
            "size": 9388,
            "upload_time": "2025-02-07T11:03:34",
            "upload_time_iso_8601": "2025-02-07T11:03:34.798877Z",
            "url": "https://files.pythonhosted.org/packages/66/7a/443a2c16a744bc38bb63dfb121aafa14e1bc5ab239e6e002726a214682a4/hexlang-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-07 11:03:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DiClub-Srmvdp",
    "github_project": "HexLang",
    "github_not_found": true,
    "lcname": "hexlang"
}
        
Elapsed time: 8.90861s