Metadata-Version: 2.4
Name: PyUAA
Version: 0.1.2
Summary: Create easily custom assemblers specifying ISAs with a YAML configuration file
Author-email: SpaceProgrammer <spaceprogrammerbusiness@gmail.com>
License-Expression: LicenseRef-Voltionne-Restrictive
Project-URL: Repository, https://github.com/Voltionne/UniversalApplicationAssembler
Keywords: assembler,compiler
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 7 - Inactive
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml
Dynamic: license-file

# IMPORTANT!!!: UNMAINTAINED PACKAGE

Version 0.1.2 is the last version using python and is UNMAINTAINED (no bug fixes nor anything), it will show deprecation warnings when using. After this, newer versions have moved to Scala.

For following the development of the new Scala version, see branch "main"

# UniversalApplicationAssembler

The Universal Application Assembler (UAA) is a totally configurable assembler that let's you target any ISA spefication by simply writing a config yaml file defining the characteristics of each instruction. The idea is of have an universal assembler that is trivial to port to any ISA.

## Documentation

All the documentation can be found [here](docs/index.md). Don't take it seriously, currently it is a placeholder and waiting for better documentation

## Examples

Currently there is also no public examples. Some of them will get released in the future implementing some custom architectures.
