Quansight-Labs / python-moa

Python implementation of Mathematics of Arrays (MOA)
https://python-moa.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
23 stars 5 forks source link

Modular MOA Compiler #11

Open costrouc opened 5 years ago

costrouc commented 5 years ago

https://python-moa.readthedocs.io/en/latest/roadmap.html

Allow users to enable/disable compiler features

costrouc commented 5 years ago

This issue has been partially addressed by the work done in changing the AST structure. It is about 1 day of remaining work to make the compiler modular.