Skip to content

Releases: elliotchance/c2go

v0.2.0 Barium 2017-03-25

25 Mar 03:01
Compare
Choose a tag to compare
  • 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

22 Mar 03:53
Compare
Choose a tag to compare

This is the proof of concept release. It contains a handful of working examples and uses the (now deprecated) Python clang bindings.