Metadata-Version: 2.4
Name: iaacompiler
Version: 1.4
Summary: IAA Compiler module
Author: PAPERWAIT_rl
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# iaacompiler

A simple Python module for the IAA langauge compiler.

## Usage

```python
from iaacompiler import IAAModule

c = IAAModule()
c.parse_iaa("your.iaa")
```
For further usage and IAA langauge syntax check out the [Github Pages Docs.](https://paperwait-rl.github.io/)
