pybison
pybison copied to clipboard
Setuptools, python3, Cython compliance
Hi!
This pull request if accepted should be a branch like "python3" as not tested well and will not work in python 2.x for sure.
- setup.py now is based on setuptools. We can do python setup.py develop.
- All modules now work in python3, and, hence,
- bison_.pyx now Cython-compliant, language level 3.
- I run calc, calc1 tests; they work well.
- I've merged some code from csarn as he tried the same early.
Best regards, Evgeny and thank for csarn.
Thanks, this is great! I wasn't sure my code was pull-request-worthy so far, but I didn't get around to further work on it.