Metadata-Version: 2.3
Name: arxlang
Version: 0.2.0
Summary: Arx is a compiler built with llvm
License: Apache Software License 2.0
Author: Ivan Ogasawara
Author-email: ivan.ogasawara@gmail.com
Requires-Python: >=3.10,<4
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: astx (==0.22.1)
Requires-Dist: pyirx (==1.3.1)
Requires-Dist: pyyaml (>=4)
Requires-Dist: types-pyyaml (>=6.0.12.20250516,<7.0.0.0)
Description-Content-Type: text/markdown

# ArxLang

Arx is multi-purpose compiler that aims to provide arrow datatypes as native
datatypes.

For now, it is strongly based on the Kaleidoscope compiler with a just few
changes.</p>

<br/>
## Arx Enhancement Proposals

Any change to the language (syntax) should be done using a Enhancement Proposal
via [arx-proposals](https://github.com/arxlang/arx-proposals) repository.

