Releases: elliotchance/c2go
Releases · elliotchance/c2go
v0.2.0 Barium 2017-03-25
- Added a new
ast2json.py
script which uses the natural clang output to build the AST in JSON. This removes the need to have python clang libraries and should make it a lot easier to use and more stable. c2go.py
is refactored to now use this JSON input rather than clang itself.
v0.1.0 Actinium 2017-03-22
This is the proof of concept release. It contains a handful of working examples and uses the (now deprecated) Python clang bindings.