Skip to main content

Compiler IR tools

Project description

codecov

ASDL ADT

This is a modern Python (3.8+) library for generating helpful algebraic data types out of ASDL definitions.

Development setup

First, clone the repo:

$ git clone git@github.com:ChezJrk/asdl.git
$ cd asdl

Then create a virtual environment and install the requirements into it:

$ python3 -m venv $HOME/.venv/asdl
$ source $HOME/.venv/asdl/bin/activate
$ python -m pip install -U pip setuptools wheel
$ python -m pip install -r requirements.txt

Then install the pre-commit hooks:

$ pre-commit install

Finally, you can run the tests with tox:

$ tox

This will test on Python 3.8, 3.9, and 3.10.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asdl-adt-0.2.0.tar.gz (11.0 kB view hashes)

Uploaded Source

Built Distribution

asdl_adt-0.2.0-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page