Metadata-Version: 2.1
Name: astx
Version: 0.13.0
Summary: ASTx is an agnostic expression structure for AST.
License: BSD 3 Clause
Author: Ivan Ogasawara
Author-email: ivan.ogasawara@gmail.com
Requires-Python: >=3.8.1,<4
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: asciinet (>=0.3.1)
Requires-Dist: atpublic (>=4.0)
Requires-Dist: graphviz (>=0.20.1)
Requires-Dist: msgpack (>=1)
Requires-Dist: typing-extensions (>=4) ; python_version < "3.9"
Description-Content-Type: text/markdown

# ASTx Library: A Versatile Toolkit for Language Representation

ASTx is a groundbreaking library designed to encapsulate language components in
an agnostic and pythonic way. It provides a comprehensive set of classes and
functionalities, allowing developers to articulate the core elements of any
programming language.

- License: BSD 3 Clause
- Documentation: https://astx.arxlang.org

## Core Features

### 1. **Expressive Language Components**

ASTx offers a rich suite of classes to describe essential language constructs
such as:

- `If` statements
- `For` loops
- `Function` declarations and usages
- Variables
- Data Types
- Operations
- And more

These classes enable a concise and clear representation, providing an intuitive
way to model various programming constructs.

### 2. **Symbol Table Class**

An integral part of ASTx, the Symbol Table class facilitates the translation of
ASTx expressions to other languages like LLVM-IR. This class acts as a mapping
layer, allowing a seamless connection between ASTx expressions and target
language representations.

### 3. **Language Agnostic Design**

Uniquely tailored to be independent of specific programming languages, ASTx
offers a flexible foundation. It strives to provide initial components that can
describe any programming language, giving users the freedom to work with
multiple languages effortlessly.

### 4. **Integration with Projects like ARX-IR**

ASTx has proven to be a vital tool in projects like ARX-IR, where it's leveraged
to translate Abstract Syntax Trees (AST) into LLVM-IR. This showcases the
library's adaptability and potential to serve as a foundational layer in various
applications.

## Why Choose ASTx?

ASTx is not just a library; it's a robust framework that fosters creativity and
efficiency in language processing. Its pythonic design, combined with the power
to handle different language constructs, positions ASTx as an invaluable
resource for developers and researchers alike.

Whether you're building a compiler, working on language translation, or
exploring new frontiers in programming language design, ASTx offers a reliable
and extensible toolkit to support your endeavors.

## Getting Started

You can explore the ASTx library and dive into its capabilities by accessing the
official documentation. For those interested in contributing or seeking further
insights, the ASTx community provides extensive support and collaboration
opportunities.

Unlock the potential of language representation with ASTx, and join us in
shaping the future of programming languages.

