Metadata-Version: 2.4
Name: aergia-lang
Version: 1.7.6
Summary: The Aergia programming language
Author: las-r
License: MIT
Project-URL: Homepage, https://github.com/las-r/aergia
Project-URL: Issues, https://github.com/las-r/aergia/issues
Project-URL: Documentation, https://las-r.github.io/aergia/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Interpreters
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

<p align="center">
  <img src="assets/images/name.svg" alt="Aergia" width="300" />
</p>

<p align="center">
  Aergia is a minimalist yet still usable programming language, depending on your definition of usable.
</p>

## Documentation
Documentation for Aergia can be found [here](https://las-r.github.io/aergia/).

## IDE Support
As of right now, the only IDE with official Aergia support is VSCode, the extension for which can be installed [here](https://github.com/las-r/aergia/releases/tag/Editors).

## Tools
Aergia is provided with a few basic tools to aid in development:
- **Lethes**: A basic program minifier.
```bash
aergia --lethes <filename.aer>
```

- **Otia** (planned): A basic program formatter.
```bash
aergia --otia <filename.aer>
```
