A library that simplifies building and executing ancile programs.
- Python 3.7+
> git clone https://github.com/msafadieh/ancile-pylib.git
> cd ancile-pylib
> python3 setup.py install
> pip3 install sphinx
> python3 setup.py build_sphinx
The documentation HTML files can be found at ./build/sphinx/html
> python3 -m unittest tests/*.py