jessevdk / cldoc

clang based documentation generator for C and C++
GNU General Public License v2.0
552 stars 58 forks source link

Not working with Python3 #130

Closed mbeziouch closed 6 years ago

mbeziouch commented 6 years ago

Hello, Still needs pyparsing 1.5.7 which is not compatible with python3!

catskul commented 6 years ago

Pull request here includes upgrade to pyparsing 2.x

https://github.com/jessevdk/cldoc/pull/131

PanderMusubi commented 6 years ago

Please merge and release this. I'm also in need of Python 3 implementation. Thanks.

jessevdk commented 6 years ago

The PR was not in a state to be merged. I did put some work in trying to make cldoc compatible with python3 (including upgrading pyparsing). Could you see if latest master works for you?