py14
py14 copied to clipboard
Add Python 3 support.
Wow very nice. Will test it. Tried supporting Python 3 before but didn't get Python 3 and Python 2 to work simultaneously.
Hmm, I just noticed (thanks to Wercker tests) that the list() I added breaks some tests. Not sure what to do with that
Hmm, I just noticed (thanks to Wercker tests) that the list() I added breaks some tests. Not sure what to do with that
It tries to compile the Python tests to C++ as well and I don't support list
yet.
I would have to implement a list
equivalent in C++ that unwraps the iterator.
The whole range thing I implemented is quite a hack. I am using this library https://github.com/aduchene/rangepp/blob/master/range.hpp